Shades of Free Speech Green #0DDC0C
Tints of Free Speech Green #0DDC0C
RGB
CMYK
RGB Variations
Color information
#0DDC0C (or 0x0DDC0C) is known color: Free Speech Green. HEX triplet: 0D, DC and 0C. RGB value is (13,220,12). Sum of RGB (Red+Green+Blue) = 13+220+12=245 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.31% from 245); Green value is 220 (86.33% from 255 or 89.80% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 220 - color contains mainly: green. Hex color #0DDC0C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DDC0C is #F223F3. Grayscale: #878787. Windows color (decimal): -15868916 or 842765. OLE color: 842765.
HSL color Cylindrical-coordinate representation of color #0DDC0C: hue angle of 119.71º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DDC0C is Cyan = 0.94, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 220 | 12 | - |
| CMYK | 0.94 | 0 | 0.95 | 0.14 |
| HSL | 119.71º | 0.9% | 0.45% | - |
| HSV(B) | 119.71º | 0.95% | 0.86% | - |
| XYZ | 25.83 | 51.3 | 8.89 | - |
| YUV | 134.4 | 58.92 | 41.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 220 | 12 | 0.94 | 0 | 0.95 | 0.14 | 119.71 | 0.9 | 0.45 |
| Hex | D | DC | C | 5E | 0 | 5F | E | 78 | 5A | 2D |
| Octal | 15 | 334 | 14 | 136 | 0 | 137 | 16 | 170 | 132 | 55 |
| Binary | 1101 | 11011100 | 1100 | 1011110 | 0 | 1011111 | 1110 | 1111000 | 1011010 | 101101 |
Color Harmonies of #0DDC0C
Complementary color
Monochromatic Colors of #0DDC0C
Black with #0DDC0C
Text Example
Text Example
White with #0DDC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDC0C; }
p { color: rgb(13,220,12); }
H1.HeaderClassName
{
color: #0DDC0C;
}
.AnyTagClassName
{
color: #0DDC0C;
}
</style>
background-color css
<style>
a { background-color: #0DDC0C; }
a { background-color: rgb(13,220,12); }
div.DivClassName
{
background-color: #0DDC0C;
}
.BgClassName
{
background-color: #0DDC0C;
}
</style>
border-color css
<style>
span { border-color: #0DDC0C; }
span { border-color: rgb(13,220,12); }
td.TdClassName
{
border-color: #0DDC0C;
}
.TagClassName
{
border-color: #0DDC0C;
}
</style>