Shades of Free Speech Green #0CCA10
Tints of Free Speech Green #0CCA10
RGB
CMYK
RGB Variations
Color information
#0CCA10 (or 0x0CCA10) is known color: Free Speech Green. HEX triplet: 0C, CA and 10. RGB value is (12,202,16). Sum of RGB (Red+Green+Blue) = 12+202+16=230 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.22% from 230); Green value is 202 (79.30% from 255 or 87.83% from 230); Blue value is 16 (6.64% from 255 or 6.96% from 230); Max value from RGB is 202 - color contains mainly: green. Hex color #0CCA10 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CCA10 is #F335EF. Grayscale: #7C7C7C. Windows color (decimal): -15939056 or 1100300. OLE color: 1100300.
HSL color Cylindrical-coordinate representation of color #0CCA10: hue angle of 121.26º 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 #0CCA10 is Cyan = 0.94, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 12 | 202 | 16 | - |
| CMYK | 0.94 | 0 | 0.92 | 0.21 |
| HSL | 121.26º | 0.89% | 0.42% | - |
| HSV(B) | 121.26º | 0.94% | 0.79% | - |
| XYZ | 21.37 | 42.36 | 7.54 | - |
| YUV | 123.99 | 67.05 | 48.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 202 | 16 | 0.94 | 0 | 0.92 | 0.21 | 121.26 | 0.89 | 0.42 |
| Hex | C | CA | 10 | 5E | 0 | 5C | 15 | 79 | 59 | 2A |
| Octal | 14 | 312 | 20 | 136 | 0 | 134 | 25 | 171 | 131 | 52 |
| Binary | 1100 | 11001010 | 10000 | 1011110 | 0 | 1011100 | 10101 | 1111001 | 1011001 | 101010 |
Color Harmonies of #0CCA10
Complementary color
Monochromatic Colors of #0CCA10
Black with #0CCA10
Text Example
Text Example
White with #0CCA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCA10; }
p { color: rgb(12,202,16); }
H1.HeaderClassName
{
color: #0CCA10;
}
.AnyTagClassName
{
color: #0CCA10;
}
</style>
background-color css
<style>
a { background-color: #0CCA10; }
a { background-color: rgb(12,202,16); }
div.DivClassName
{
background-color: #0CCA10;
}
.BgClassName
{
background-color: #0CCA10;
}
</style>
border-color css
<style>
span { border-color: #0CCA10; }
span { border-color: rgb(12,202,16); }
td.TdClassName
{
border-color: #0CCA10;
}
.TagClassName
{
border-color: #0CCA10;
}
</style>