Shades of Free Speech Green #0CCA00
Tints of Free Speech Green #0CCA00
RGB
CMYK
RGB Variations
Color information
#0CCA00 (or 0x0CCA00) is known color: Free Speech Green. HEX triplet: 0C, CA and 00. RGB value is (12,202,0). Sum of RGB (Red+Green+Blue) = 12+202+0=214 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.61% from 214); Green value is 202 (79.30% from 255 or 94.39% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 202 - color contains mainly: green. Hex color #0CCA00 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CCA00 is #F335FF. Grayscale: #7A7A7A. Windows color (decimal): -15939072 or 51724. OLE color: 51724.
HSL color Cylindrical-coordinate representation of color #0CCA00: hue angle of 116.44º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0CCA00 is Cyan = 0.94, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 12 | 202 | 0 | - |
| CMYK | 0.94 | 0 | 1 | 0.21 |
| HSL | 116.44º | 1% | 0.4% | - |
| HSV(B) | 116.44º | 1% | 0.79% | - |
| XYZ | 21.27 | 42.32 | 7.05 | - |
| YUV | 122.16 | 59.05 | 49.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 202 | 0 | 0.94 | 0 | 1 | 0.21 | 116.44 | 1 | 0.4 |
| Hex | C | CA | 0 | 5E | 0 | 64 | 15 | 74 | 64 | 28 |
| Octal | 14 | 312 | 0 | 136 | 0 | 144 | 25 | 164 | 144 | 50 |
| Binary | 1100 | 11001010 | 0 | 1011110 | 0 | 1100100 | 10101 | 1110100 | 1100100 | 101000 |
Color Harmonies of #0CCA00
Complementary color
Monochromatic Colors of #0CCA00
Black with #0CCA00
Text Example
Text Example
White with #0CCA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCA00; }
p { color: rgb(12,202,0); }
H1.HeaderClassName
{
color: #0CCA00;
}
.AnyTagClassName
{
color: #0CCA00;
}
</style>
background-color css
<style>
a { background-color: #0CCA00; }
a { background-color: rgb(12,202,0); }
div.DivClassName
{
background-color: #0CCA00;
}
.BgClassName
{
background-color: #0CCA00;
}
</style>
border-color css
<style>
span { border-color: #0CCA00; }
span { border-color: rgb(12,202,0); }
td.TdClassName
{
border-color: #0CCA00;
}
.TagClassName
{
border-color: #0CCA00;
}
</style>