#08E812

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

Shades of Free Speech Green #08E812

Tints of Free Speech Green #08E812

Color information

#08E812 (or 0x08E812) is unknown color: approx Free Speech Green. HEX triplet: 08, E8 and 12. RGB value is (8,232,18). Sum of RGB (Red+Green+Blue) = 8+232+18=258 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.10% from 258); Green value is 232 (91.02% from 255 or 89.92% from 258); Blue value is 18 (7.42% from 255 or 6.98% from 258); Max value from RGB is 232 - color contains mainly: green. Hex color #08E812 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #08E812 is #F717ED. Grayscale: #8D8D8D. Windows color (decimal): -16193518 or 1239048. OLE color: 1239048.

HSL color Cylindrical-coordinate representation of color #08E812: hue angle of 122.68º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08E812 is Cyan = 0.97, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.09.

Color convert

RGB823218-
CMYK0.9700.920.09
HSL122.68º93.33%47.06%-
HSV(B)122.68º96.55%90.98%-
XYZ29.0757.8110.2-
YUV140.6358.7933.4-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.10%
GREEN value IS 232 (91.02% from 255) = 89.92%
BLUE value IS 18 (7.42% from 255) = 6.98%
R=3.10%
G=89.92%
B=6.98%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal8232180.9700.920.09122.6893.3347.06
Hex8E8126105C97b5d2f
Octal103502214101341117313557
Binary10001110100010010110000101011100100111110111011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08E812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,232,18); }

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

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

 a { background-color: rgb(8,232,18); }

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

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

 span { border-color: rgb(8,232,18); }

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