Html Css Color HEX #08E012 Free Speech Green

📋 copy color: '#08E012'

red 8 ◦ green 224 ◦ blue 18

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

Shades of Free Speech Green #08E012

Tints of Free Speech Green #08E012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.2%

R = 3.2%
G = 89.6%
B = 7.2%

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

#08E012 (or 0x08E012) is known color: Free Speech Green. HEX triplet: 08, E0 and 12. RGB value is (8,224,18). Sum of RGB (Red+Green+Blue) = 8+224+18=250 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.2% from 250); Green value is 224 (87.89% from 255 or 89.6% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 224 - color contains mainly: green. Hex color #08E012 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08E012 is #F71FED. Grayscale: #888888. Windows color (decimal): -16195566 or 1237000. OLE color: 1237000.

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

Color convert

RGB 8 224 18 -
CMYK 0.96 0 0.92 0.12
HSL 122.78º 0.93% 0.45% -
HSV(B) 122.78º 0.96% 0.88% -
XYZ 26.86 53.41 9.46 -
YUV 135.93 61.44 36.75 -
System Red Green Blue C M Y K H S L
Decimal 8 224 18 0.96 0 0.92 0.12 122.78 0.93 0.45
Hex 8 E0 12 60 0 5C C 7B 5D 2D
Octal 10 340 22 140 0 134 14 173 135 55
Binary 1000 11100000 10010 1100000 0 1011100 1100 1111011 1011101 101101

Color Harmonies of #08E012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08E012

Black with #08E012

Text Example


Text Example

White with #08E012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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