Shades of Free Speech Green #0ACE05
Tints of Free Speech Green #0ACE05
RGB
CMYK
RGB Variations
Color information
#0ACE05 (or 0x0ACE05) is known color: Free Speech Green. HEX triplet: 0A, CE and 05. RGB value is (10,206,5). Sum of RGB (Red+Green+Blue) = 10+206+5=221 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.52% from 221); Green value is 206 (80.86% from 255 or 93.21% from 221); Blue value is 5 (2.34% from 255 or 2.26% from 221); Max value from RGB is 206 - color contains mainly: green. Hex color #0ACE05 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ACE05 is #F531FA. Grayscale: #7D7D7D. Windows color (decimal): -16069115 or 380426. OLE color: 380426.
HSL color Cylindrical-coordinate representation of color #0ACE05: hue angle of 118.51º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0ACE05 is Cyan = 0.95, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 206 | 5 | - |
| CMYK | 0.95 | 0 | 0.98 | 0.19 |
| HSL | 118.51º | 0.95% | 0.41% | - |
| HSV(B) | 118.51º | 0.98% | 0.81% | - |
| XYZ | 22.22 | 44.22 | 7.51 | - |
| YUV | 124.48 | 60.57 | 46.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 206 | 5 | 0.95 | 0 | 0.98 | 0.19 | 118.51 | 0.95 | 0.41 |
| Hex | A | CE | 5 | 5F | 0 | 62 | 13 | 77 | 5F | 29 |
| Octal | 12 | 316 | 5 | 137 | 0 | 142 | 23 | 167 | 137 | 51 |
| Binary | 1010 | 11001110 | 101 | 1011111 | 0 | 1100010 | 10011 | 1110111 | 1011111 | 101001 |
Color Harmonies of #0ACE05
Complementary color
Monochromatic Colors of #0ACE05
Black with #0ACE05
Text Example
Text Example
White with #0ACE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACE05; }
p { color: rgb(10,206,5); }
H1.HeaderClassName
{
color: #0ACE05;
}
.AnyTagClassName
{
color: #0ACE05;
}
</style>
background-color css
<style>
a { background-color: #0ACE05; }
a { background-color: rgb(10,206,5); }
div.DivClassName
{
background-color: #0ACE05;
}
.BgClassName
{
background-color: #0ACE05;
}
</style>
border-color css
<style>
span { border-color: #0ACE05; }
span { border-color: rgb(10,206,5); }
td.TdClassName
{
border-color: #0ACE05;
}
.TagClassName
{
border-color: #0ACE05;
}
</style>