Shades of Free Speech Green #0ACF0E
Tints of Free Speech Green #0ACF0E
RGB
CMYK
RGB Variations
Color information
#0ACF0E (or 0x0ACF0E) is known color: Free Speech Green. HEX triplet: 0A, CF and 0E. RGB value is (10,207,14). Sum of RGB (Red+Green+Blue) = 10+207+14=231 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.33% from 231); Green value is 207 (81.25% from 255 or 89.61% from 231); Blue value is 14 (5.86% from 255 or 6.06% from 231); Max value from RGB is 207 - color contains mainly: green. Hex color #0ACF0E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ACF0E is #F530F1. Grayscale: #7E7E7E. Windows color (decimal): -16068850 or 970506. OLE color: 970506.
HSL color Cylindrical-coordinate representation of color #0ACF0E: hue angle of 121.22º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ACF0E is Cyan = 0.95, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 207 | 14 | - |
| CMYK | 0.95 | 0 | 0.93 | 0.19 |
| HSL | 121.22º | 0.91% | 0.43% | - |
| HSV(B) | 121.22º | 0.95% | 0.81% | - |
| XYZ | 22.52 | 44.72 | 7.86 | - |
| YUV | 126.1 | 64.73 | 45.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 207 | 14 | 0.95 | 0 | 0.93 | 0.19 | 121.22 | 0.91 | 0.43 |
| Hex | A | CF | E | 5F | 0 | 5D | 13 | 79 | 5B | 2B |
| Octal | 12 | 317 | 16 | 137 | 0 | 135 | 23 | 171 | 133 | 53 |
| Binary | 1010 | 11001111 | 1110 | 1011111 | 0 | 1011101 | 10011 | 1111001 | 1011011 | 101011 |
Color Harmonies of #0ACF0E
Complementary color
Monochromatic Colors of #0ACF0E
Black with #0ACF0E
Text Example
Text Example
White with #0ACF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACF0E; }
p { color: rgb(10,207,14); }
H1.HeaderClassName
{
color: #0ACF0E;
}
.AnyTagClassName
{
color: #0ACF0E;
}
</style>
background-color css
<style>
a { background-color: #0ACF0E; }
a { background-color: rgb(10,207,14); }
div.DivClassName
{
background-color: #0ACF0E;
}
.BgClassName
{
background-color: #0ACF0E;
}
</style>
border-color css
<style>
span { border-color: #0ACF0E; }
span { border-color: rgb(10,207,14); }
td.TdClassName
{
border-color: #0ACF0E;
}
.TagClassName
{
border-color: #0ACF0E;
}
</style>