Shades of Free Speech Green #0ACE09
Tints of Free Speech Green #0ACE09
RGB
CMYK
RGB Variations
Color information
#0ACE09 (or 0x0ACE09) is known color: Free Speech Green. HEX triplet: 0A, CE and 09. RGB value is (10,206,9). Sum of RGB (Red+Green+Blue) = 10+206+9=225 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.44% from 225); Green value is 206 (80.86% from 255 or 91.56% from 225); Blue value is 9 (3.91% from 255 or 4% from 225); Max value from RGB is 206 - color contains mainly: green. Hex color #0ACE09 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ACE09 is #F531F6. Grayscale: #7D7D7D. Windows color (decimal): -16069111 or 642570. OLE color: 642570.
HSL color Cylindrical-coordinate representation of color #0ACE09: hue angle of 119.7º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ACE09 is Cyan = 0.95, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 206 | 9 | - |
| CMYK | 0.95 | 0 | 0.96 | 0.19 |
| HSL | 119.7º | 0.92% | 0.42% | - |
| HSV(B) | 119.7º | 0.96% | 0.81% | - |
| XYZ | 22.25 | 44.23 | 7.62 | - |
| YUV | 124.94 | 62.57 | 46.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 206 | 9 | 0.95 | 0 | 0.96 | 0.19 | 119.7 | 0.92 | 0.42 |
| Hex | A | CE | 9 | 5F | 0 | 60 | 13 | 78 | 5C | 2A |
| Octal | 12 | 316 | 11 | 137 | 0 | 140 | 23 | 170 | 134 | 52 |
| Binary | 1010 | 11001110 | 1001 | 1011111 | 0 | 1100000 | 10011 | 1111000 | 1011100 | 101010 |
Color Harmonies of #0ACE09
Complementary color
Monochromatic Colors of #0ACE09
Black with #0ACE09
Text Example
Text Example
White with #0ACE09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACE09; }
p { color: rgb(10,206,9); }
H1.HeaderClassName
{
color: #0ACE09;
}
.AnyTagClassName
{
color: #0ACE09;
}
</style>
background-color css
<style>
a { background-color: #0ACE09; }
a { background-color: rgb(10,206,9); }
div.DivClassName
{
background-color: #0ACE09;
}
.BgClassName
{
background-color: #0ACE09;
}
</style>
border-color css
<style>
span { border-color: #0ACE09; }
span { border-color: rgb(10,206,9); }
td.TdClassName
{
border-color: #0ACE09;
}
.TagClassName
{
border-color: #0ACE09;
}
</style>