Shades of Free Speech Green #0DDA08
Tints of Free Speech Green #0DDA08
RGB
CMYK
RGB Variations
Color information
#0DDA08 (or 0x0DDA08) is known color: Free Speech Green. HEX triplet: 0D, DA and 08. RGB value is (13,218,8). Sum of RGB (Red+Green+Blue) = 13+218+8=239 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.44% from 239); Green value is 218 (85.55% from 255 or 91.21% from 239); Blue value is 8 (3.52% from 255 or 3.35% from 239); Max value from RGB is 218 - color contains mainly: green. Hex color #0DDA08 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DDA08 is #F225F7. Grayscale: #858585. Windows color (decimal): -15869432 or 580109. OLE color: 580109.
HSL color Cylindrical-coordinate representation of color #0DDA08: hue angle of 118.57º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0DDA08 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 13 | 218 | 8 | - |
| CMYK | 0.94 | 0 | 0.96 | 0.15 |
| HSL | 118.57º | 0.93% | 0.44% | - |
| HSV(B) | 118.57º | 0.96% | 0.85% | - |
| XYZ | 25.28 | 50.25 | 8.6 | - |
| YUV | 132.77 | 57.58 | 42.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 218 | 8 | 0.94 | 0 | 0.96 | 0.15 | 118.57 | 0.93 | 0.44 |
| Hex | D | DA | 8 | 5E | 0 | 60 | F | 77 | 5D | 2C |
| Octal | 15 | 332 | 10 | 136 | 0 | 140 | 17 | 167 | 135 | 54 |
| Binary | 1101 | 11011010 | 1000 | 1011110 | 0 | 1100000 | 1111 | 1110111 | 1011101 | 101100 |
Color Harmonies of #0DDA08
Complementary color
Monochromatic Colors of #0DDA08
Black with #0DDA08
Text Example
Text Example
White with #0DDA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDA08; }
p { color: rgb(13,218,8); }
H1.HeaderClassName
{
color: #0DDA08;
}
.AnyTagClassName
{
color: #0DDA08;
}
</style>
background-color css
<style>
a { background-color: #0DDA08; }
a { background-color: rgb(13,218,8); }
div.DivClassName
{
background-color: #0DDA08;
}
.BgClassName
{
background-color: #0DDA08;
}
</style>
border-color css
<style>
span { border-color: #0DDA08; }
span { border-color: rgb(13,218,8); }
td.TdClassName
{
border-color: #0DDA08;
}
.TagClassName
{
border-color: #0DDA08;
}
</style>