Shades of Free Speech Green #0CCA12
Tints of Free Speech Green #0CCA12
RGB
CMYK
RGB Variations
Color information
#0CCA12 (or 0x0CCA12) is known color: Free Speech Green. HEX triplet: 0C, CA and 12. RGB value is (12,202,18). Sum of RGB (Red+Green+Blue) = 12+202+18=232 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.17% from 232); Green value is 202 (79.30% from 255 or 87.07% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 202 - color contains mainly: green. Hex color #0CCA12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CCA12 is #F335ED. Grayscale: #7C7C7C. Windows color (decimal): -15939054 or 1231372. OLE color: 1231372.
HSL color Cylindrical-coordinate representation of color #0CCA12: hue angle of 121.89º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCA12 is Cyan = 0.94, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 12 | 202 | 18 | - |
| CMYK | 0.94 | 0 | 0.91 | 0.21 |
| HSL | 121.89º | 0.89% | 0.42% | - |
| HSV(B) | 121.89º | 0.94% | 0.79% | - |
| XYZ | 21.38 | 42.36 | 7.62 | - |
| YUV | 124.21 | 68.05 | 47.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 202 | 18 | 0.94 | 0 | 0.91 | 0.21 | 121.89 | 0.89 | 0.42 |
| Hex | C | CA | 12 | 5E | 0 | 5B | 15 | 7A | 59 | 2A |
| Octal | 14 | 312 | 22 | 136 | 0 | 133 | 25 | 172 | 131 | 52 |
| Binary | 1100 | 11001010 | 10010 | 1011110 | 0 | 1011011 | 10101 | 1111010 | 1011001 | 101010 |
Color Harmonies of #0CCA12
Complementary color
Monochromatic Colors of #0CCA12
Black with #0CCA12
Text Example
Text Example
White with #0CCA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCA12; }
p { color: rgb(12,202,18); }
H1.HeaderClassName
{
color: #0CCA12;
}
.AnyTagClassName
{
color: #0CCA12;
}
</style>
background-color css
<style>
a { background-color: #0CCA12; }
a { background-color: rgb(12,202,18); }
div.DivClassName
{
background-color: #0CCA12;
}
.BgClassName
{
background-color: #0CCA12;
}
</style>
border-color css
<style>
span { border-color: #0CCA12; }
span { border-color: rgb(12,202,18); }
td.TdClassName
{
border-color: #0CCA12;
}
.TagClassName
{
border-color: #0CCA12;
}
</style>