Shades of Free Speech Green #0AC80D
Tints of Free Speech Green #0AC80D
RGB
CMYK
RGB Variations
Color information
#0AC80D (or 0x0AC80D) is known color: Free Speech Green. HEX triplet: 0A, C8 and 0D. RGB value is (10,200,13). Sum of RGB (Red+Green+Blue) = 10+200+13=223 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.48% from 223); Green value is 200 (78.52% from 255 or 89.69% from 223); Blue value is 13 (5.47% from 255 or 5.83% from 223); Max value from RGB is 200 - color contains mainly: green. Hex color #0AC80D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AC80D is #F537F2. Grayscale: #7A7A7A. Windows color (decimal): -16070643 or 903178. OLE color: 903178.
HSL color Cylindrical-coordinate representation of color #0AC80D: hue angle of 120.95º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC80D is Cyan = 0.95, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 10 | 200 | 13 | - |
| CMYK | 0.95 | 0 | 0.94 | 0.22 |
| HSL | 120.95º | 0.9% | 0.41% | - |
| HSV(B) | 120.95º | 0.95% | 0.78% | - |
| XYZ | 20.85 | 41.4 | 7.27 | - |
| YUV | 121.87 | 66.55 | 48.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 200 | 13 | 0.95 | 0 | 0.94 | 0.22 | 120.95 | 0.9 | 0.41 |
| Hex | A | C8 | D | 5F | 0 | 5E | 16 | 79 | 5A | 29 |
| Octal | 12 | 310 | 15 | 137 | 0 | 136 | 26 | 171 | 132 | 51 |
| Binary | 1010 | 11001000 | 1101 | 1011111 | 0 | 1011110 | 10110 | 1111001 | 1011010 | 101001 |
Color Harmonies of #0AC80D
Complementary color
Monochromatic Colors of #0AC80D
Black with #0AC80D
Text Example
Text Example
White with #0AC80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC80D; }
p { color: rgb(10,200,13); }
H1.HeaderClassName
{
color: #0AC80D;
}
.AnyTagClassName
{
color: #0AC80D;
}
</style>
background-color css
<style>
a { background-color: #0AC80D; }
a { background-color: rgb(10,200,13); }
div.DivClassName
{
background-color: #0AC80D;
}
.BgClassName
{
background-color: #0AC80D;
}
</style>
border-color css
<style>
span { border-color: #0AC80D; }
span { border-color: rgb(10,200,13); }
td.TdClassName
{
border-color: #0AC80D;
}
.TagClassName
{
border-color: #0AC80D;
}
</style>