Shades of Free Speech Green #0DDE0D
Tints of Free Speech Green #0DDE0D
RGB
CMYK
RGB Variations
Color information
#0DDE0D (or 0x0DDE0D) is known color: Free Speech Green. HEX triplet: 0D, DE and 0D. RGB value is (13,222,13). Sum of RGB (Red+Green+Blue) = 13+222+13=248 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.24% from 248); Green value is 222 (87.11% from 255 or 89.52% from 248); Blue value is 13 (5.47% from 255 or 5.24% from 248); Max value from RGB is 222 - color contains mainly: green. Hex color #0DDE0D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DDE0D is #F221F2. Grayscale: #888888. Windows color (decimal): -15868403 or 908813. OLE color: 908813.
HSL color Cylindrical-coordinate representation of color #0DDE0D: hue angle of 120º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDE0D is Cyan = 0.94, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 222 | 13 | - |
| CMYK | 0.94 | 0 | 0.94 | 0.13 |
| HSL | 120º | 0.89% | 0.46% | - |
| HSV(B) | 120º | 0.94% | 0.87% | - |
| XYZ | 26.36 | 52.36 | 9.1 | - |
| YUV | 135.68 | 58.76 | 40.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 222 | 13 | 0.94 | 0 | 0.94 | 0.13 | 120 | 0.89 | 0.46 |
| Hex | D | DE | D | 5E | 0 | 5E | D | 78 | 59 | 2E |
| Octal | 15 | 336 | 15 | 136 | 0 | 136 | 15 | 170 | 131 | 56 |
| Binary | 1101 | 11011110 | 1101 | 1011110 | 0 | 1011110 | 1101 | 1111000 | 1011001 | 101110 |
Color Harmonies of #0DDE0D
Complementary color
Monochromatic Colors of #0DDE0D
Black with #0DDE0D
Text Example
Text Example
White with #0DDE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDE0D; }
p { color: rgb(13,222,13); }
H1.HeaderClassName
{
color: #0DDE0D;
}
.AnyTagClassName
{
color: #0DDE0D;
}
</style>
background-color css
<style>
a { background-color: #0DDE0D; }
a { background-color: rgb(13,222,13); }
div.DivClassName
{
background-color: #0DDE0D;
}
.BgClassName
{
background-color: #0DDE0D;
}
</style>
border-color css
<style>
span { border-color: #0DDE0D; }
span { border-color: rgb(13,222,13); }
td.TdClassName
{
border-color: #0DDE0D;
}
.TagClassName
{
border-color: #0DDE0D;
}
</style>