Html Css Color HEX #0AE008 Free Speech Green

📋 copy color: '#0AE008'

red 10 ◦ green 224 ◦ blue 8

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

Shades of Free Speech Green #0AE008

Tints of Free Speech Green #0AE008

RGB

 RED value IS 10 (4.3% from 255) = 4.13%

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

 BLUE value IS 8 (3.52% from 255) = 3.31%

R = 4.13%
G = 92.56%
B = 3.31%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#0AE008 (or 0x0AE008) is known color: Free Speech Green. HEX triplet: 0A, E0 and 08. RGB value is (10,224,8). Sum of RGB (Red+Green+Blue) = 10+224+8=242 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.13% from 242); Green value is 224 (87.89% from 255 or 92.56% from 242); Blue value is 8 (3.52% from 255 or 3.31% from 242); Max value from RGB is 224 - color contains mainly: green. Hex color #0AE008 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AE008 is #F51FF7. Grayscale: #888888. Windows color (decimal): -16064504 or 581642. OLE color: 581642.

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

Color convert

RGB 10 224 8 -
CMYK 0.96 0 0.96 0.12
HSL 119.44º 0.93% 0.45% -
HSV(B) 119.44º 0.96% 0.88% -
XYZ 26.82 53.39 9.12 -
YUV 135.39 56.1 38.56 -
System Red Green Blue C M Y K H S L
Decimal 10 224 8 0.96 0 0.96 0.12 119.44 0.93 0.45
Hex A E0 8 60 0 60 C 77 5D 2D
Octal 12 340 10 140 0 140 14 167 135 55
Binary 1010 11100000 1000 1100000 0 1100000 1100 1110111 1011101 101101

Color Harmonies of #0AE008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE008

Black with #0AE008

Text Example


Text Example

White with #0AE008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0AE008; }

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

 H1.HeaderClassName
 {
   color: #0AE008;
 }
 .AnyTagClassName
 {
   color: #0AE008;
 }
</style>

background-color css

<style>
 a { background-color: #0AE008; }

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

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

border-color css

<style>
 span { border-color: #0AE008; }

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

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