Shades of Free Speech Green #0ACE06
Tints of Free Speech Green #0ACE06
RGB
CMYK
RGB Variations
Color information
#0ACE06 (or 0x0ACE06) is known color: Free Speech Green. HEX triplet: 0A, CE and 06. RGB value is (10,206,6). Sum of RGB (Red+Green+Blue) = 10+206+6=222 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.50% from 222); Green value is 206 (80.86% from 255 or 92.79% from 222); Blue value is 6 (2.73% from 255 or 2.70% from 222); Max value from RGB is 206 - color contains mainly: green. Hex color #0ACE06 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ACE06 is #F531F9. Grayscale: #7D7D7D. Windows color (decimal): -16069114 or 445962. OLE color: 445962.
HSL color Cylindrical-coordinate representation of color #0ACE06: hue angle of 118.8º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0ACE06 is Cyan = 0.95, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 206 | 6 | - |
| CMYK | 0.95 | 0 | 0.97 | 0.19 |
| HSL | 118.8º | 0.94% | 0.42% | - |
| HSV(B) | 118.8º | 0.97% | 0.81% | - |
| XYZ | 22.23 | 44.22 | 7.54 | - |
| YUV | 124.6 | 61.07 | 46.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 206 | 6 | 0.95 | 0 | 0.97 | 0.19 | 118.8 | 0.94 | 0.42 |
| Hex | A | CE | 6 | 5F | 0 | 61 | 13 | 77 | 5E | 2A |
| Octal | 12 | 316 | 6 | 137 | 0 | 141 | 23 | 167 | 136 | 52 |
| Binary | 1010 | 11001110 | 110 | 1011111 | 0 | 1100001 | 10011 | 1110111 | 1011110 | 101010 |
Color Harmonies of #0ACE06
Complementary color
Monochromatic Colors of #0ACE06
Black with #0ACE06
Text Example
Text Example
White with #0ACE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACE06; }
p { color: rgb(10,206,6); }
H1.HeaderClassName
{
color: #0ACE06;
}
.AnyTagClassName
{
color: #0ACE06;
}
</style>
background-color css
<style>
a { background-color: #0ACE06; }
a { background-color: rgb(10,206,6); }
div.DivClassName
{
background-color: #0ACE06;
}
.BgClassName
{
background-color: #0ACE06;
}
</style>
border-color css
<style>
span { border-color: #0ACE06; }
span { border-color: rgb(10,206,6); }
td.TdClassName
{
border-color: #0ACE06;
}
.TagClassName
{
border-color: #0ACE06;
}
</style>