Shades of Free Speech Green #0ACE04
Tints of Free Speech Green #0ACE04
RGB
CMYK
RGB Variations
Color information
#0ACE04 (or 0x0ACE04) is known color: Free Speech Green. HEX triplet: 0A, CE and 04. RGB value is (10,206,4). Sum of RGB (Red+Green+Blue) = 10+206+4=220 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.55% from 220); Green value is 206 (80.86% from 255 or 93.64% from 220); Blue value is 4 (1.95% from 255 or 1.82% from 220); Max value from RGB is 206 - color contains mainly: green. Hex color #0ACE04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ACE04 is #F531FB. Grayscale: #7C7C7C. Windows color (decimal): -16069116 or 314890. OLE color: 314890.
HSL color Cylindrical-coordinate representation of color #0ACE04: hue angle of 118.22º degrees, saturation: 0.96, 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 #0ACE04 is Cyan = 0.95, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 206 | 4 | - |
| CMYK | 0.95 | 0 | 0.98 | 0.19 |
| HSL | 118.22º | 0.96% | 0.41% | - |
| HSV(B) | 118.22º | 0.98% | 0.81% | - |
| XYZ | 22.22 | 44.22 | 7.48 | - |
| YUV | 124.37 | 60.07 | 46.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 206 | 4 | 0.95 | 0 | 0.98 | 0.19 | 118.22 | 0.96 | 0.41 |
| Hex | A | CE | 4 | 5F | 0 | 62 | 13 | 76 | 60 | 29 |
| Octal | 12 | 316 | 4 | 137 | 0 | 142 | 23 | 166 | 140 | 51 |
| Binary | 1010 | 11001110 | 100 | 1011111 | 0 | 1100010 | 10011 | 1110110 | 1100000 | 101001 |
Color Harmonies of #0ACE04
Complementary color
Monochromatic Colors of #0ACE04
Black with #0ACE04
Text Example
Text Example
White with #0ACE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACE04; }
p { color: rgb(10,206,4); }
H1.HeaderClassName
{
color: #0ACE04;
}
.AnyTagClassName
{
color: #0ACE04;
}
</style>
background-color css
<style>
a { background-color: #0ACE04; }
a { background-color: rgb(10,206,4); }
div.DivClassName
{
background-color: #0ACE04;
}
.BgClassName
{
background-color: #0ACE04;
}
</style>
border-color css
<style>
span { border-color: #0ACE04; }
span { border-color: rgb(10,206,4); }
td.TdClassName
{
border-color: #0ACE04;
}
.TagClassName
{
border-color: #0ACE04;
}
</style>