Shades of Free Speech Green #0DDB16
Tints of Free Speech Green #0DDB16
RGB
CMYK
RGB Variations
Color information
#0DDB16 (or 0x0DDB16) is known color: Free Speech Green. HEX triplet: 0D, DB and 16. RGB value is (13,219,22). Sum of RGB (Red+Green+Blue) = 13+219+22=254 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.12% from 254); Green value is 219 (85.94% from 255 or 86.22% from 254); Blue value is 22 (8.98% from 255 or 8.66% from 254); Max value from RGB is 219 - color contains mainly: green. Hex color #0DDB16 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DDB16 is #F224E9. Grayscale: #878787. Windows color (decimal): -15869162 or 1497869. OLE color: 1497869.
HSL color Cylindrical-coordinate representation of color #0DDB16: hue angle of 122.62º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDB16 is Cyan = 0.94, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 219 | 22 | - |
| CMYK | 0.94 | 0 | 0.90 | 0.14 |
| HSL | 122.62º | 0.89% | 0.45% | - |
| HSV(B) | 122.62º | 0.94% | 0.86% | - |
| XYZ | 25.64 | 50.81 | 9.21 | - |
| YUV | 134.95 | 64.25 | 41.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 219 | 22 | 0.94 | 0 | 0.90 | 0.14 | 122.62 | 0.89 | 0.45 |
| Hex | D | DB | 16 | 5E | 0 | 5A | E | 7B | 59 | 2D |
| Octal | 15 | 333 | 26 | 136 | 0 | 132 | 16 | 173 | 131 | 55 |
| Binary | 1101 | 11011011 | 10110 | 1011110 | 0 | 1011010 | 1110 | 1111011 | 1011001 | 101101 |
Color Harmonies of #0DDB16
Complementary color
Monochromatic Colors of #0DDB16
Black with #0DDB16
Text Example
Text Example
White with #0DDB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDB16; }
p { color: rgb(13,219,22); }
H1.HeaderClassName
{
color: #0DDB16;
}
.AnyTagClassName
{
color: #0DDB16;
}
</style>
background-color css
<style>
a { background-color: #0DDB16; }
a { background-color: rgb(13,219,22); }
div.DivClassName
{
background-color: #0DDB16;
}
.BgClassName
{
background-color: #0DDB16;
}
</style>
border-color css
<style>
span { border-color: #0DDB16; }
span { border-color: rgb(13,219,22); }
td.TdClassName
{
border-color: #0DDB16;
}
.TagClassName
{
border-color: #0DDB16;
}
</style>