#08E116

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

Shades of Free Speech Green #08E116

Tints of Free Speech Green #08E116

Color information

#08E116 (or 0x08E116) is unknown color: approx Free Speech Green. HEX triplet: 08, E1 and 16. RGB value is (8,225,22). Sum of RGB (Red+Green+Blue) = 8+225+22=255 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.14% from 255); Green value is 225 (88.28% from 255 or 88.24% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 225 - color contains mainly: green. Hex color #08E116 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08E116 is #F71EE9. Grayscale: #898989. Windows color (decimal): -16195306 or 1499400. OLE color: 1499400.

HSL color Cylindrical-coordinate representation of color #08E116: hue angle of 123.87º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08E116 is Cyan = 0.96, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.

Color convert

RGB822522-
CMYK0.9600.900.12
HSL123.87º93.13%45.69%-
HSV(B)123.87º96.44%88.24%-
XYZ27.1753.969.74-
YUV136.9863.1136.01-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.14%
GREEN value IS 225 (88.28% from 255) = 88.24%
BLUE value IS 22 (8.98% from 255) = 8.63%
R=3.14%
G=88.24%
B=8.63%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal8225220.9600.900.12123.8793.1345.69
Hex8E1166005AC7c5d2e
Octal103412614001321417413556
Binary10001110000110110110000001011010110011111001011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08E116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,225,22); }

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

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

 a { background-color: rgb(8,225,22); }

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

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

 span { border-color: rgb(8,225,22); }

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