#0AE906

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

Shades of Free Speech Green #0AE906

Tints of Free Speech Green #0AE906

Color information

#0AE906 (or 0x0AE906) is unknown color: approx Free Speech Green. HEX triplet: 0A, E9 and 06. RGB value is (10,233,6). Sum of RGB (Red+Green+Blue) = 10+233+6=249 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.02% from 249); Green value is 233 (91.41% from 255 or 93.57% from 249); Blue value is 6 (2.73% from 255 or 2.41% from 249); Max value from RGB is 233 - color contains mainly: green. Hex color #0AE906 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AE906 is #F516F9. Grayscale: #8D8D8D. Windows color (decimal): -16062202 or 452874. OLE color: 452874.

HSL color Cylindrical-coordinate representation of color #0AE906: 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 #0AE906 is Cyan = 0.96, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.

Color convert

RGB102336-
CMYK0.9600.970.09
HSL118.94º94.98%46.86%-
HSV(B)118.94º97.42%91.37%-
XYZ29.358.369.89-
YUV140.4452.1234.96-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.02%
GREEN value IS 233 (91.41% from 255) = 93.57%
BLUE value IS 6 (2.73% from 255) = 2.41%
R=4.02%
G=93.57%
B=2.41%

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
Decimal1023360.9600.970.09118.9494.9846.86
HexAE96600619775f2f
Octal12351614001411116713757
Binary101011101001110110000001100001100111101111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AE906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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