Shades of Free Speech Green #0DDB0C
Tints of Free Speech Green #0DDB0C
RGB
CMYK
RGB Variations
Color information
#0DDB0C (or 0x0DDB0C) is known color: Free Speech Green. HEX triplet: 0D, DB and 0C. RGB value is (13,219,12). Sum of RGB (Red+Green+Blue) = 13+219+12=244 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.33% from 244); Green value is 219 (85.94% from 255 or 89.75% from 244); Blue value is 12 (5.08% from 255 or 4.92% from 244); Max value from RGB is 219 - color contains mainly: green. Hex color #0DDB0C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DDB0C is #F224F3. Grayscale: #868686. Windows color (decimal): -15869172 or 842509. OLE color: 842509.
HSL color Cylindrical-coordinate representation of color #0DDB0C: 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 #0DDB0C is Cyan = 0.94, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 219 | 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.56 | 50.78 | 8.8 | - |
| YUV | 133.81 | 59.25 | 41.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 219 | 12 | 0.94 | 0 | 0.95 | 0.14 | 119.71 | 0.9 | 0.45 |
| Hex | D | DB | C | 5E | 0 | 5F | E | 78 | 5A | 2D |
| Octal | 15 | 333 | 14 | 136 | 0 | 137 | 16 | 170 | 132 | 55 |
| Binary | 1101 | 11011011 | 1100 | 1011110 | 0 | 1011111 | 1110 | 1111000 | 1011010 | 101101 |
Color Harmonies of #0DDB0C
Complementary color
Monochromatic Colors of #0DDB0C
Black with #0DDB0C
Text Example
Text Example
White with #0DDB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDB0C; }
p { color: rgb(13,219,12); }
H1.HeaderClassName
{
color: #0DDB0C;
}
.AnyTagClassName
{
color: #0DDB0C;
}
</style>
background-color css
<style>
a { background-color: #0DDB0C; }
a { background-color: rgb(13,219,12); }
div.DivClassName
{
background-color: #0DDB0C;
}
.BgClassName
{
background-color: #0DDB0C;
}
</style>
border-color css
<style>
span { border-color: #0DDB0C; }
span { border-color: rgb(13,219,12); }
td.TdClassName
{
border-color: #0DDB0C;
}
.TagClassName
{
border-color: #0DDB0C;
}
</style>