Shades of Free Speech Green #0CCA01
Tints of Free Speech Green #0CCA01
RGB
CMYK
RGB Variations
Color information
#0CCA01 (or 0x0CCA01) is known color: Free Speech Green. HEX triplet: 0C, CA and 01. RGB value is (12,202,1). Sum of RGB (Red+Green+Blue) = 12+202+1=215 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.58% from 215); Green value is 202 (79.30% from 255 or 93.95% from 215); Blue value is 1 (0.78% from 255 or 0.47% from 215); Max value from RGB is 202 - color contains mainly: green. Hex color #0CCA01 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CCA01 is #F335FE. Grayscale: #7A7A7A. Windows color (decimal): -15939071 or 117260. OLE color: 117260.
HSL color Cylindrical-coordinate representation of color #0CCA01: hue angle of 116.72º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0CCA01 is Cyan = 0.94, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 12 | 202 | 1 | - |
| CMYK | 0.94 | 0 | 1.00 | 0.21 |
| HSL | 116.72º | 0.99% | 0.4% | - |
| HSV(B) | 116.72º | 1% | 0.79% | - |
| XYZ | 21.28 | 42.32 | 7.08 | - |
| YUV | 122.28 | 59.55 | 49.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 202 | 1 | 0.94 | 0 | 1.00 | 0.21 | 116.72 | 0.99 | 0.4 |
| Hex | C | CA | 1 | 5E | 0 | 64 | 15 | 75 | 63 | 28 |
| Octal | 14 | 312 | 1 | 136 | 0 | 144 | 25 | 165 | 143 | 50 |
| Binary | 1100 | 11001010 | 1 | 1011110 | 0 | 1100100 | 10101 | 1110101 | 1100011 | 101000 |
Color Harmonies of #0CCA01
Complementary color
Monochromatic Colors of #0CCA01
Black with #0CCA01
Text Example
Text Example
White with #0CCA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCA01; }
p { color: rgb(12,202,1); }
H1.HeaderClassName
{
color: #0CCA01;
}
.AnyTagClassName
{
color: #0CCA01;
}
</style>
background-color css
<style>
a { background-color: #0CCA01; }
a { background-color: rgb(12,202,1); }
div.DivClassName
{
background-color: #0CCA01;
}
.BgClassName
{
background-color: #0CCA01;
}
</style>
border-color css
<style>
span { border-color: #0CCA01; }
span { border-color: rgb(12,202,1); }
td.TdClassName
{
border-color: #0CCA01;
}
.TagClassName
{
border-color: #0CCA01;
}
</style>