Html Css Color HEX #08E010 Free Speech Green

📋 copy color: '#08E010'

red 8 ◦ green 224 ◦ blue 16

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

Shades of Free Speech Green #08E010

Tints of Free Speech Green #08E010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.45%

R = 3.23%
G = 90.32%
B = 6.45%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#08E010 (or 0x08E010) is known color: Free Speech Green. HEX triplet: 08, E0 and 10. RGB value is (8,224,16). Sum of RGB (Red+Green+Blue) = 8+224+16=248 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.23% from 248); Green value is 224 (87.89% from 255 or 90.32% from 248); Blue value is 16 (6.64% from 255 or 6.45% from 248); Max value from RGB is 224 - color contains mainly: green. Hex color #08E010 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08E010 is #F71FEF. Grayscale: #888888. Windows color (decimal): -16195568 or 1105928. OLE color: 1105928.

HSL color Cylindrical-coordinate representation of color #08E010: hue angle of 122.22º 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 #08E010 is Cyan = 0.96, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB 8 224 16 -
CMYK 0.96 0 0.93 0.12
HSL 122.22º 0.93% 0.45% -
HSV(B) 122.22º 0.96% 0.88% -
XYZ 26.85 53.4 9.38 -
YUV 135.7 60.44 36.91 -
System Red Green Blue C M Y K H S L
Decimal 8 224 16 0.96 0 0.93 0.12 122.22 0.93 0.45
Hex 8 E0 10 60 0 5D C 7A 5D 2D
Octal 10 340 20 140 0 135 14 172 135 55
Binary 1000 11100000 10000 1100000 0 1011101 1100 1111010 1011101 101101

Color Harmonies of #08E010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08E010

Black with #08E010

Text Example


Text Example

White with #08E010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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