Shades of Free Speech Green #0AC80E
Tints of Free Speech Green #0AC80E
RGB
CMYK
RGB Variations
Color information
#0AC80E (or 0x0AC80E) is known color: Free Speech Green. HEX triplet: 0A, C8 and 0E. RGB value is (10,200,14). Sum of RGB (Red+Green+Blue) = 10+200+14=224 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.46% from 224); Green value is 200 (78.52% from 255 or 89.29% from 224); Blue value is 14 (5.86% from 255 or 6.25% from 224); Max value from RGB is 200 - color contains mainly: green. Hex color #0AC80E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AC80E is #F537F1. Grayscale: #7A7A7A. Windows color (decimal): -16070642 or 968714. OLE color: 968714.
HSL color Cylindrical-coordinate representation of color #0AC80E: hue angle of 121.26º 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 #0AC80E is Cyan = 0.95, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 10 | 200 | 14 | - |
| CMYK | 0.95 | 0 | 0.93 | 0.22 |
| HSL | 121.26º | 0.9% | 0.41% | - |
| HSV(B) | 121.26º | 0.95% | 0.78% | - |
| XYZ | 20.86 | 41.4 | 7.31 | - |
| YUV | 121.99 | 67.05 | 48.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 200 | 14 | 0.95 | 0 | 0.93 | 0.22 | 121.26 | 0.9 | 0.41 |
| Hex | A | C8 | E | 5F | 0 | 5D | 16 | 79 | 5A | 29 |
| Octal | 12 | 310 | 16 | 137 | 0 | 135 | 26 | 171 | 132 | 51 |
| Binary | 1010 | 11001000 | 1110 | 1011111 | 0 | 1011101 | 10110 | 1111001 | 1011010 | 101001 |
Color Harmonies of #0AC80E
Complementary color
Monochromatic Colors of #0AC80E
Black with #0AC80E
Text Example
Text Example
White with #0AC80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC80E; }
p { color: rgb(10,200,14); }
H1.HeaderClassName
{
color: #0AC80E;
}
.AnyTagClassName
{
color: #0AC80E;
}
</style>
background-color css
<style>
a { background-color: #0AC80E; }
a { background-color: rgb(10,200,14); }
div.DivClassName
{
background-color: #0AC80E;
}
.BgClassName
{
background-color: #0AC80E;
}
</style>
border-color css
<style>
span { border-color: #0AC80E; }
span { border-color: rgb(10,200,14); }
td.TdClassName
{
border-color: #0AC80E;
}
.TagClassName
{
border-color: #0AC80E;
}
</style>