Shades of Free Speech Green #0ACC02
Tints of Free Speech Green #0ACC02
RGB
CMYK
RGB Variations
Color information
#0ACC02 (or 0x0ACC02) is known color: Free Speech Green. HEX triplet: 0A, CC and 02. RGB value is (10,204,2). Sum of RGB (Red+Green+Blue) = 10+204+2=216 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.63% from 216); Green value is 204 (80.08% from 255 or 94.44% from 216); Blue value is 2 (1.17% from 255 or 0.93% from 216); Max value from RGB is 204 - color contains mainly: green. Hex color #0ACC02 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ACC02 is #F533FD. Grayscale: #7B7B7B. Windows color (decimal): -16069630 or 183306. OLE color: 183306.
HSL color Cylindrical-coordinate representation of color #0ACC02: hue angle of 117.62º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0ACC02 is Cyan = 0.95, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 10 | 204 | 2 | - |
| CMYK | 0.95 | 0 | 0.99 | 0.2 |
| HSL | 117.62º | 0.98% | 0.4% | - |
| HSV(B) | 117.62º | 0.99% | 0.8% | - |
| XYZ | 21.73 | 43.25 | 7.26 | - |
| YUV | 122.97 | 59.73 | 47.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 204 | 2 | 0.95 | 0 | 0.99 | 0.2 | 117.62 | 0.98 | 0.4 |
| Hex | A | CC | 2 | 5F | 0 | 63 | 14 | 76 | 62 | 28 |
| Octal | 12 | 314 | 2 | 137 | 0 | 143 | 24 | 166 | 142 | 50 |
| Binary | 1010 | 11001100 | 10 | 1011111 | 0 | 1100011 | 10100 | 1110110 | 1100010 | 101000 |
Color Harmonies of #0ACC02
Complementary color
Monochromatic Colors of #0ACC02
Black with #0ACC02
Text Example
Text Example
White with #0ACC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACC02; }
p { color: rgb(10,204,2); }
H1.HeaderClassName
{
color: #0ACC02;
}
.AnyTagClassName
{
color: #0ACC02;
}
</style>
background-color css
<style>
a { background-color: #0ACC02; }
a { background-color: rgb(10,204,2); }
div.DivClassName
{
background-color: #0ACC02;
}
.BgClassName
{
background-color: #0ACC02;
}
</style>
border-color css
<style>
span { border-color: #0ACC02; }
span { border-color: rgb(10,204,2); }
td.TdClassName
{
border-color: #0ACC02;
}
.TagClassName
{
border-color: #0ACC02;
}
</style>