#08ef06

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

Shades of Free Speech Green #08EF06

Tints of Free Speech Green #08EF06

Color information

#08EF06 (or 0x08EF06) is unknown color: approx Free Speech Green. HEX triplet: 08, EF and 06. RGB value is (8,239,6). Sum of RGB (Red+Green+Blue) = 8+239+6=253 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.16% from 253); Green value is 239 (93.75% from 255 or 94.47% from 253); Blue value is 6 (2.73% from 255 or 2.37% from 253); Max value from RGB is 239 - color contains mainly: green. Hex color #08EF06 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #08EF06 is #F710F9. Grayscale: #909090. Windows color (decimal): -16191738 or 454408. OLE color: 454408.

HSL color Cylindrical-coordinate representation of color #08EF06: hue angle of 119.48º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08EF06 is Cyan = 0.97, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.

Color convert

RGB82396-
CMYK0.9700.970.06
HSL119.48º95.1%48.04%-
HSV(B)119.48º97.49%93.73%-
XYZ3161.810.47-
YUV143.3750.4731.45-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.16%
GREEN value IS 239 (93.75% from 255) = 94.47%
BLUE value IS 6 (2.73% from 255) = 2.37%
R=3.16%
G=94.47%
B=2.37%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal823960.9700.970.06119.4895.148.04
Hex8EF6610616775f30
Octal1035761410141616713760
Binary10001110111111011000010110000111011101111011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08ef06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08ef06; }

 p { color: rgb(8,239,6); }

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

<style>
 a { background-color: #08ef06; }

 a { background-color: rgb(8,239,6); }

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

<style>
 span { border-color: #08ef06; }

 span { border-color: rgb(8,239,6); }

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