#0AE806

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

Shades of Free Speech Green #0AE806

Tints of Free Speech Green #0AE806

Color information

#0AE806 (or 0x0AE806) is unknown color: approx Free Speech Green. HEX triplet: 0A, E8 and 06. RGB value is (10,232,6). Sum of RGB (Red+Green+Blue) = 10+232+6=248 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.03% from 248); Green value is 232 (91.02% from 255 or 93.55% from 248); Blue value is 6 (2.73% from 255 or 2.42% from 248); Max value from RGB is 232 - color contains mainly: green. Hex color #0AE806 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AE806 is #F517F9. Grayscale: #8C8C8C. Windows color (decimal): -16062458 or 452618. OLE color: 452618.

HSL color Cylindrical-coordinate representation of color #0AE806: hue angle of 118.94º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0AE806 is Cyan = 0.96, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.

Color convert

RGB102326-
CMYK0.9600.970.09
HSL118.94º94.96%46.67%-
HSV(B)118.94º97.41%90.98%-
XYZ29.0157.799.8-
YUV139.8652.4535.38-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.03%
GREEN value IS 232 (91.02% from 255) = 93.55%
BLUE value IS 6 (2.73% from 255) = 2.42%
R=4.03%
G=93.55%
B=2.42%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1023260.9600.970.09118.9494.9646.67
HexAE86600619775f2f
Octal12350614001411116713757
Binary101011101000110110000001100001100111101111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AE806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,232,6); }

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

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

 a { background-color: rgb(10,232,6); }

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

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

 span { border-color: rgb(10,232,6); }

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