Shades of Free Speech Green #0CD210
Tints of Free Speech Green #0CD210
RGB
CMYK
RGB Variations
Color information
#0CD210 (or 0x0CD210) is known color: Free Speech Green. HEX triplet: 0C, D2 and 10. RGB value is (12,210,16). Sum of RGB (Red+Green+Blue) = 12+210+16=238 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.04% from 238); Green value is 210 (82.42% from 255 or 88.24% from 238); Blue value is 16 (6.64% from 255 or 6.72% from 238); Max value from RGB is 210 - color contains mainly: green. Hex color #0CD210 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CD210 is #F32DEF. Grayscale: #818181. Windows color (decimal): -15937008 or 1102348. OLE color: 1102348.
HSL color Cylindrical-coordinate representation of color #0CD210: hue angle of 121.21º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD210 is Cyan = 0.94, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 12 | 210 | 16 | - |
| CMYK | 0.94 | 0 | 0.92 | 0.18 |
| HSL | 121.21º | 0.89% | 0.44% | - |
| HSV(B) | 121.21º | 0.94% | 0.82% | - |
| XYZ | 23.29 | 46.21 | 8.18 | - |
| YUV | 128.68 | 64.4 | 44.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 210 | 16 | 0.94 | 0 | 0.92 | 0.18 | 121.21 | 0.89 | 0.44 |
| Hex | C | D2 | 10 | 5E | 0 | 5C | 12 | 79 | 59 | 2C |
| Octal | 14 | 322 | 20 | 136 | 0 | 134 | 22 | 171 | 131 | 54 |
| Binary | 1100 | 11010010 | 10000 | 1011110 | 0 | 1011100 | 10010 | 1111001 | 1011001 | 101100 |
Color Harmonies of #0CD210
Complementary color
Monochromatic Colors of #0CD210
Black with #0CD210
Text Example
Text Example
White with #0CD210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD210; }
p { color: rgb(12,210,16); }
H1.HeaderClassName
{
color: #0CD210;
}
.AnyTagClassName
{
color: #0CD210;
}
</style>
background-color css
<style>
a { background-color: #0CD210; }
a { background-color: rgb(12,210,16); }
div.DivClassName
{
background-color: #0CD210;
}
.BgClassName
{
background-color: #0CD210;
}
</style>
border-color css
<style>
span { border-color: #0CD210; }
span { border-color: rgb(12,210,16); }
td.TdClassName
{
border-color: #0CD210;
}
.TagClassName
{
border-color: #0CD210;
}
</style>