Shades of Free Speech Green #0CD20D
Tints of Free Speech Green #0CD20D
RGB
CMYK
RGB Variations
Color information
#0CD20D (or 0x0CD20D) is known color: Free Speech Green. HEX triplet: 0C, D2 and 0D. RGB value is (12,210,13). Sum of RGB (Red+Green+Blue) = 12+210+13=235 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.11% from 235); Green value is 210 (82.42% from 255 or 89.36% from 235); Blue value is 13 (5.47% from 255 or 5.53% from 235); Max value from RGB is 210 - color contains mainly: green. Hex color #0CD20D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CD20D is #F32DF2. Grayscale: #808080. Windows color (decimal): -15937011 or 905740. OLE color: 905740.
HSL color Cylindrical-coordinate representation of color #0CD20D: hue angle of 120.3º 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 #0CD20D is Cyan = 0.94, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 12 | 210 | 13 | - |
| CMYK | 0.94 | 0 | 0.94 | 0.18 |
| HSL | 120.3º | 0.89% | 0.44% | - |
| HSV(B) | 120.3º | 0.94% | 0.82% | - |
| XYZ | 23.27 | 46.2 | 8.07 | - |
| YUV | 128.34 | 62.9 | 45.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 210 | 13 | 0.94 | 0 | 0.94 | 0.18 | 120.3 | 0.89 | 0.44 |
| Hex | C | D2 | D | 5E | 0 | 5E | 12 | 78 | 59 | 2C |
| Octal | 14 | 322 | 15 | 136 | 0 | 136 | 22 | 170 | 131 | 54 |
| Binary | 1100 | 11010010 | 1101 | 1011110 | 0 | 1011110 | 10010 | 1111000 | 1011001 | 101100 |
Color Harmonies of #0CD20D
Complementary color
Monochromatic Colors of #0CD20D
Black with #0CD20D
Text Example
Text Example
White with #0CD20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD20D; }
p { color: rgb(12,210,13); }
H1.HeaderClassName
{
color: #0CD20D;
}
.AnyTagClassName
{
color: #0CD20D;
}
</style>
background-color css
<style>
a { background-color: #0CD20D; }
a { background-color: rgb(12,210,13); }
div.DivClassName
{
background-color: #0CD20D;
}
.BgClassName
{
background-color: #0CD20D;
}
</style>
border-color css
<style>
span { border-color: #0CD20D; }
span { border-color: rgb(12,210,13); }
td.TdClassName
{
border-color: #0CD20D;
}
.TagClassName
{
border-color: #0CD20D;
}
</style>