Shades of Free Speech Green #0AC908
Tints of Free Speech Green #0AC908
RGB
CMYK
RGB Variations
Color information
#0AC908 (or 0x0AC908) is known color: Free Speech Green. HEX triplet: 0A, C9 and 08. RGB value is (10,201,8). Sum of RGB (Red+Green+Blue) = 10+201+8=219 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.57% from 219); Green value is 201 (78.91% from 255 or 91.78% from 219); Blue value is 8 (3.52% from 255 or 3.65% from 219); Max value from RGB is 201 - color contains mainly: green. Hex color #0AC908 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AC908 is #F536F7. Grayscale: #7A7A7A. Windows color (decimal): -16070392 or 575754. OLE color: 575754.
HSL color Cylindrical-coordinate representation of color #0AC908: hue angle of 119.38º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AC908 is Cyan = 0.95, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 10 | 201 | 8 | - |
| CMYK | 0.95 | 0 | 0.96 | 0.21 |
| HSL | 119.38º | 0.92% | 0.41% | - |
| HSV(B) | 119.38º | 0.96% | 0.79% | - |
| XYZ | 21.06 | 41.86 | 7.2 | - |
| YUV | 121.89 | 63.72 | 48.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 201 | 8 | 0.95 | 0 | 0.96 | 0.21 | 119.38 | 0.92 | 0.41 |
| Hex | A | C9 | 8 | 5F | 0 | 60 | 15 | 77 | 5C | 29 |
| Octal | 12 | 311 | 10 | 137 | 0 | 140 | 25 | 167 | 134 | 51 |
| Binary | 1010 | 11001001 | 1000 | 1011111 | 0 | 1100000 | 10101 | 1110111 | 1011100 | 101001 |
Color Harmonies of #0AC908
Complementary color
Monochromatic Colors of #0AC908
Black with #0AC908
Text Example
Text Example
White with #0AC908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC908; }
p { color: rgb(10,201,8); }
H1.HeaderClassName
{
color: #0AC908;
}
.AnyTagClassName
{
color: #0AC908;
}
</style>
background-color css
<style>
a { background-color: #0AC908; }
a { background-color: rgb(10,201,8); }
div.DivClassName
{
background-color: #0AC908;
}
.BgClassName
{
background-color: #0AC908;
}
</style>
border-color css
<style>
span { border-color: #0AC908; }
span { border-color: rgb(10,201,8); }
td.TdClassName
{
border-color: #0AC908;
}
.TagClassName
{
border-color: #0AC908;
}
</style>