Shades of Free Speech Green #0DDB08
Tints of Free Speech Green #0DDB08
RGB
CMYK
RGB Variations
Color information
#0DDB08 (or 0x0DDB08) is known color: Free Speech Green. HEX triplet: 0D, DB and 08. RGB value is (13,219,8). Sum of RGB (Red+Green+Blue) = 13+219+8=240 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.42% from 240); Green value is 219 (85.94% from 255 or 91.25% from 240); Blue value is 8 (3.52% from 255 or 3.33% from 240); Max value from RGB is 219 - color contains mainly: green. Hex color #0DDB08 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DDB08 is #F224F7. Grayscale: #858585. Windows color (decimal): -15869176 or 580365. OLE color: 580365.
HSL color Cylindrical-coordinate representation of color #0DDB08: hue angle of 118.58º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0DDB08 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 219 | 8 | - |
| CMYK | 0.94 | 0 | 0.96 | 0.14 |
| HSL | 118.58º | 0.93% | 0.45% | - |
| HSV(B) | 118.58º | 0.96% | 0.86% | - |
| XYZ | 25.54 | 50.77 | 8.68 | - |
| YUV | 133.35 | 57.25 | 42.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 219 | 8 | 0.94 | 0 | 0.96 | 0.14 | 118.58 | 0.93 | 0.45 |
| Hex | D | DB | 8 | 5E | 0 | 60 | E | 77 | 5D | 2D |
| Octal | 15 | 333 | 10 | 136 | 0 | 140 | 16 | 167 | 135 | 55 |
| Binary | 1101 | 11011011 | 1000 | 1011110 | 0 | 1100000 | 1110 | 1110111 | 1011101 | 101101 |
Color Harmonies of #0DDB08
Complementary color
Monochromatic Colors of #0DDB08
Black with #0DDB08
Text Example
Text Example
White with #0DDB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDB08; }
p { color: rgb(13,219,8); }
H1.HeaderClassName
{
color: #0DDB08;
}
.AnyTagClassName
{
color: #0DDB08;
}
</style>
background-color css
<style>
a { background-color: #0DDB08; }
a { background-color: rgb(13,219,8); }
div.DivClassName
{
background-color: #0DDB08;
}
.BgClassName
{
background-color: #0DDB08;
}
</style>
border-color css
<style>
span { border-color: #0DDB08; }
span { border-color: rgb(13,219,8); }
td.TdClassName
{
border-color: #0DDB08;
}
.TagClassName
{
border-color: #0DDB08;
}
</style>