Shades of Free Speech Green #0CCA0F
Tints of Free Speech Green #0CCA0F
RGB
CMYK
RGB Variations
Color information
#0CCA0F (or 0x0CCA0F) is known color: Free Speech Green. HEX triplet: 0C, CA and 0F. RGB value is (12,202,15). Sum of RGB (Red+Green+Blue) = 12+202+15=229 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.24% from 229); Green value is 202 (79.30% from 255 or 88.21% from 229); Blue value is 15 (6.25% from 255 or 6.55% from 229); Max value from RGB is 202 - color contains mainly: green. Hex color #0CCA0F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CCA0F is #F335F0. Grayscale: #7C7C7C. Windows color (decimal): -15939057 or 1034764. OLE color: 1034764.
HSL color Cylindrical-coordinate representation of color #0CCA0F: hue angle of 120.95º 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 #0CCA0F is Cyan = 0.94, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 12 | 202 | 15 | - |
| CMYK | 0.94 | 0 | 0.93 | 0.21 |
| HSL | 120.95º | 0.89% | 0.42% | - |
| HSV(B) | 120.95º | 0.94% | 0.79% | - |
| XYZ | 21.36 | 42.35 | 7.5 | - |
| YUV | 123.87 | 66.55 | 48.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 202 | 15 | 0.94 | 0 | 0.93 | 0.21 | 120.95 | 0.89 | 0.42 |
| Hex | C | CA | F | 5E | 0 | 5D | 15 | 79 | 59 | 2A |
| Octal | 14 | 312 | 17 | 136 | 0 | 135 | 25 | 171 | 131 | 52 |
| Binary | 1100 | 11001010 | 1111 | 1011110 | 0 | 1011101 | 10101 | 1111001 | 1011001 | 101010 |
Color Harmonies of #0CCA0F
Complementary color
Monochromatic Colors of #0CCA0F
Black with #0CCA0F
Text Example
Text Example
White with #0CCA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCA0F; }
p { color: rgb(12,202,15); }
H1.HeaderClassName
{
color: #0CCA0F;
}
.AnyTagClassName
{
color: #0CCA0F;
}
</style>
background-color css
<style>
a { background-color: #0CCA0F; }
a { background-color: rgb(12,202,15); }
div.DivClassName
{
background-color: #0CCA0F;
}
.BgClassName
{
background-color: #0CCA0F;
}
</style>
border-color css
<style>
span { border-color: #0CCA0F; }
span { border-color: rgb(12,202,15); }
td.TdClassName
{
border-color: #0CCA0F;
}
.TagClassName
{
border-color: #0CCA0F;
}
</style>