Shades of Free Speech Green #0CD214
Tints of Free Speech Green #0CD214
RGB
CMYK
RGB Variations
Color information
#0CD214 (or 0x0CD214) is known color: Free Speech Green. HEX triplet: 0C, D2 and 14. RGB value is (12,210,20). Sum of RGB (Red+Green+Blue) = 12+210+20=242 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.96% from 242); Green value is 210 (82.42% from 255 or 86.78% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 210 - color contains mainly: green. Hex color #0CD214 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CD214 is #F32DEB. Grayscale: #818181. Windows color (decimal): -15937004 or 1364492. OLE color: 1364492.
HSL color Cylindrical-coordinate representation of color #0CD214: hue angle of 122.42º 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 #0CD214 is Cyan = 0.94, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 12 | 210 | 20 | - |
| CMYK | 0.94 | 0 | 0.90 | 0.18 |
| HSL | 122.42º | 0.89% | 0.44% | - |
| HSV(B) | 122.42º | 0.94% | 0.82% | - |
| XYZ | 23.32 | 46.22 | 8.35 | - |
| YUV | 129.14 | 66.4 | 44.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 210 | 20 | 0.94 | 0 | 0.90 | 0.18 | 122.42 | 0.89 | 0.44 |
| Hex | C | D2 | 14 | 5E | 0 | 5A | 12 | 7A | 59 | 2C |
| Octal | 14 | 322 | 24 | 136 | 0 | 132 | 22 | 172 | 131 | 54 |
| Binary | 1100 | 11010010 | 10100 | 1011110 | 0 | 1011010 | 10010 | 1111010 | 1011001 | 101100 |
Color Harmonies of #0CD214
Complementary color
Monochromatic Colors of #0CD214
Black with #0CD214
Text Example
Text Example
White with #0CD214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD214; }
p { color: rgb(12,210,20); }
H1.HeaderClassName
{
color: #0CD214;
}
.AnyTagClassName
{
color: #0CD214;
}
</style>
background-color css
<style>
a { background-color: #0CD214; }
a { background-color: rgb(12,210,20); }
div.DivClassName
{
background-color: #0CD214;
}
.BgClassName
{
background-color: #0CD214;
}
</style>
border-color css
<style>
span { border-color: #0CD214; }
span { border-color: rgb(12,210,20); }
td.TdClassName
{
border-color: #0CD214;
}
.TagClassName
{
border-color: #0CD214;
}
</style>