#06E702

Color #06E702 Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #06E702

Tints of Free Speech Green #06E702

Color information

#06E702 (or 0x06E702) is unknown color: approx Free Speech Green. HEX triplet: 06, E7 and 02. RGB value is (6,231,2). Sum of RGB (Red+Green+Blue) = 6+231+2=239 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.51% from 239); Green value is 231 (90.62% from 255 or 96.65% from 239); Blue value is 2 (1.17% from 255 or 0.84% from 239); Max value from RGB is 231 - color contains mainly: green. Hex color #06E702 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #06E702 is #F918FD. Grayscale: #8A8A8A. Windows color (decimal): -16324862 or 190214. OLE color: 190214.

HSL color Cylindrical-coordinate representation of color #06E702: hue angle of 118.95º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #06E702 is Cyan = 0.97, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.09.

Color convert

RGB62312-
CMYK0.9700.990.09
HSL118.95º98.28%45.69%-
HSV(B)118.95º99.13%90.59%-
XYZ28.6657.199.59-
YUV137.6251.4634.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 2.51%
GREEN value IS 231 (90.62% from 255) = 96.65%
BLUE value IS 2 (1.17% from 255) = 0.84%
R=2.51%
G=96.65%
B=0.84%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal623120.9700.990.09118.9598.2845.69
Hex6E7261063977622e
Octal6347214101431116714256
Binary1101110011110110000101100011100111101111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06E702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06E702; }

 p { color: rgb(6,231,2); }

 H1.HeaderClassName
 {
   color: #06E702;
 }
 .AnyTagClassName
 {
   color: #06E702;
 }
</style>
background-color css

<style>
 a { background-color: #06E702; }

 a { background-color: rgb(6,231,2); }

 div.DivClassName
 {
   background-color: #06E702;
 }
 .BgClassName
 {
   background-color: #06E702;
 }
</style>
border-color css

<style>
 span { border-color: #06E702; }

 span { border-color: rgb(6,231,2); }

 td.TdClassName
 {
   border-color: #06E702;
 }
 .TagClassName
 {
   border-color: #06E702;
 }
</style>