Html Css Color HEX #08E011 Free Speech Green

📋 copy color: '#08E011'

red 8 ◦ green 224 ◦ blue 17

#08E011
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Green #08E011

Tints of Free Speech Green #08E011

RGB

 RED value IS 8 (3.52% from 255) = 3.21%

 GREEN value IS 224 (87.89% from 255) = 89.96%

 BLUE value IS 17 (7.03% from 255) = 6.83%

R = 3.21%
G = 89.96%
B = 6.83%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#08E011 (or 0x08E011) is known color: Free Speech Green. HEX triplet: 08, E0 and 11. RGB value is (8,224,17). Sum of RGB (Red+Green+Blue) = 8+224+17=249 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.21% from 249); Green value is 224 (87.89% from 255 or 89.96% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 224 - color contains mainly: green. Hex color #08E011 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08E011 is #F71FEE. Grayscale: #888888. Windows color (decimal): -16195567 or 1171464. OLE color: 1171464.

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

Color convert

RGB 8 224 17 -
CMYK 0.96 0 0.92 0.12
HSL 122.5º 0.93% 0.45% -
HSV(B) 122.5º 0.96% 0.88% -
XYZ 26.86 53.4 9.42 -
YUV 135.82 60.94 36.83 -
System Red Green Blue C M Y K H S L
Decimal 8 224 17 0.96 0 0.92 0.12 122.5 0.93 0.45
Hex 8 E0 11 60 0 5C C 7B 5D 2D
Octal 10 340 21 140 0 134 14 173 135 55
Binary 1000 11100000 10001 1100000 0 1011100 1100 1111011 1011101 101101

Color Harmonies of #08E011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08E011

Black with #08E011

Text Example


Text Example

White with #08E011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,224,17); }

 H1.HeaderClassName
 {
   color: #08E011;
 }
 .AnyTagClassName
 {
   color: #08E011;
 }
</style>

background-color css

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

 a { background-color: rgb(8,224,17); }

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

border-color css

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

 span { border-color: rgb(8,224,17); }

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