Shades of Free Speech Green #0CD010
Tints of Free Speech Green #0CD010
RGB
CMYK
RGB Variations
Color information
#0CD010 (or 0x0CD010) is known color: Free Speech Green. HEX triplet: 0C, D0 and 10. RGB value is (12,208,16). Sum of RGB (Red+Green+Blue) = 12+208+16=236 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.08% from 236); Green value is 208 (81.64% from 255 or 88.14% from 236); Blue value is 16 (6.64% from 255 or 6.78% from 236); Max value from RGB is 208 - color contains mainly: green. Hex color #0CD010 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CD010 is #F32FEF. Grayscale: #808080. Windows color (decimal): -15937520 or 1101836. OLE color: 1101836.
HSL color Cylindrical-coordinate representation of color #0CD010: hue angle of 121.22º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD010 is Cyan = 0.94, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 12 | 208 | 16 | - |
| CMYK | 0.94 | 0 | 0.92 | 0.18 |
| HSL | 121.22º | 0.89% | 0.43% | - |
| HSV(B) | 121.22º | 0.94% | 0.82% | - |
| XYZ | 22.8 | 45.23 | 8.02 | - |
| YUV | 127.51 | 65.07 | 45.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 208 | 16 | 0.94 | 0 | 0.92 | 0.18 | 121.22 | 0.89 | 0.43 |
| Hex | C | D0 | 10 | 5E | 0 | 5C | 12 | 79 | 59 | 2B |
| Octal | 14 | 320 | 20 | 136 | 0 | 134 | 22 | 171 | 131 | 53 |
| Binary | 1100 | 11010000 | 10000 | 1011110 | 0 | 1011100 | 10010 | 1111001 | 1011001 | 101011 |
Color Harmonies of #0CD010
Complementary color
Monochromatic Colors of #0CD010
Black with #0CD010
Text Example
Text Example
White with #0CD010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD010; }
p { color: rgb(12,208,16); }
H1.HeaderClassName
{
color: #0CD010;
}
.AnyTagClassName
{
color: #0CD010;
}
</style>
background-color css
<style>
a { background-color: #0CD010; }
a { background-color: rgb(12,208,16); }
div.DivClassName
{
background-color: #0CD010;
}
.BgClassName
{
background-color: #0CD010;
}
</style>
border-color css
<style>
span { border-color: #0CD010; }
span { border-color: rgb(12,208,16); }
td.TdClassName
{
border-color: #0CD010;
}
.TagClassName
{
border-color: #0CD010;
}
</style>