Shades of Free Speech Green #0AC90C
Tints of Free Speech Green #0AC90C
RGB
CMYK
RGB Variations
Color information
#0AC90C (or 0x0AC90C) is known color: Free Speech Green. HEX triplet: 0A, C9 and 0C. RGB value is (10,201,12). Sum of RGB (Red+Green+Blue) = 10+201+12=223 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.48% from 223); Green value is 201 (78.91% from 255 or 90.13% from 223); Blue value is 12 (5.08% from 255 or 5.38% from 223); Max value from RGB is 201 - color contains mainly: green. Hex color #0AC90C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AC90C is #F536F3. Grayscale: #7A7A7A. Windows color (decimal): -16070388 or 837898. OLE color: 837898.
HSL color Cylindrical-coordinate representation of color #0AC90C: hue angle of 120.63º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC90C is Cyan = 0.95, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 10 | 201 | 12 | - |
| CMYK | 0.95 | 0 | 0.94 | 0.21 |
| HSL | 120.63º | 0.91% | 0.41% | - |
| HSV(B) | 120.63º | 0.95% | 0.79% | - |
| XYZ | 21.08 | 41.86 | 7.32 | - |
| YUV | 122.35 | 65.72 | 47.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 201 | 12 | 0.95 | 0 | 0.94 | 0.21 | 120.63 | 0.91 | 0.41 |
| Hex | A | C9 | C | 5F | 0 | 5E | 15 | 79 | 5B | 29 |
| Octal | 12 | 311 | 14 | 137 | 0 | 136 | 25 | 171 | 133 | 51 |
| Binary | 1010 | 11001001 | 1100 | 1011111 | 0 | 1011110 | 10101 | 1111001 | 1011011 | 101001 |
Color Harmonies of #0AC90C
Complementary color
Monochromatic Colors of #0AC90C
Black with #0AC90C
Text Example
Text Example
White with #0AC90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC90C; }
p { color: rgb(10,201,12); }
H1.HeaderClassName
{
color: #0AC90C;
}
.AnyTagClassName
{
color: #0AC90C;
}
</style>
background-color css
<style>
a { background-color: #0AC90C; }
a { background-color: rgb(10,201,12); }
div.DivClassName
{
background-color: #0AC90C;
}
.BgClassName
{
background-color: #0AC90C;
}
</style>
border-color css
<style>
span { border-color: #0AC90C; }
span { border-color: rgb(10,201,12); }
td.TdClassName
{
border-color: #0AC90C;
}
.TagClassName
{
border-color: #0AC90C;
}
</style>