Shades of Free Speech Green #0DCC02
Tints of Free Speech Green #0DCC02
RGB
CMYK
RGB Variations
Color information
#0DCC02 (or 0x0DCC02) is known color: Free Speech Green. HEX triplet: 0D, CC and 02. RGB value is (13,204,2). Sum of RGB (Red+Green+Blue) = 13+204+2=219 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.94% from 219); Green value is 204 (80.08% from 255 or 93.15% from 219); Blue value is 2 (1.17% from 255 or 0.91% from 219); Max value from RGB is 204 - color contains mainly: green. Hex color #0DCC02 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DCC02 is #F233FD. Grayscale: #7C7C7C. Windows color (decimal): -15873022 or 183309. OLE color: 183309.
HSL color Cylindrical-coordinate representation of color #0DCC02: hue angle of 116.73º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0DCC02 is Cyan = 0.94, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 13 | 204 | 2 | - |
| CMYK | 0.94 | 0 | 0.99 | 0.2 |
| HSL | 116.73º | 0.98% | 0.4% | - |
| HSV(B) | 116.73º | 0.99% | 0.8% | - |
| XYZ | 21.77 | 43.28 | 7.26 | - |
| YUV | 123.86 | 59.22 | 48.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 204 | 2 | 0.94 | 0 | 0.99 | 0.2 | 116.73 | 0.98 | 0.4 |
| Hex | D | CC | 2 | 5E | 0 | 63 | 14 | 75 | 62 | 28 |
| Octal | 15 | 314 | 2 | 136 | 0 | 143 | 24 | 165 | 142 | 50 |
| Binary | 1101 | 11001100 | 10 | 1011110 | 0 | 1100011 | 10100 | 1110101 | 1100010 | 101000 |
Color Harmonies of #0DCC02
Complementary color
Monochromatic Colors of #0DCC02
Black with #0DCC02
Text Example
Text Example
White with #0DCC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCC02; }
p { color: rgb(13,204,2); }
H1.HeaderClassName
{
color: #0DCC02;
}
.AnyTagClassName
{
color: #0DCC02;
}
</style>
background-color css
<style>
a { background-color: #0DCC02; }
a { background-color: rgb(13,204,2); }
div.DivClassName
{
background-color: #0DCC02;
}
.BgClassName
{
background-color: #0DCC02;
}
</style>
border-color css
<style>
span { border-color: #0DCC02; }
span { border-color: rgb(13,204,2); }
td.TdClassName
{
border-color: #0DCC02;
}
.TagClassName
{
border-color: #0DCC02;
}
</style>