Shades of Free Speech Green #0DD408
Tints of Free Speech Green #0DD408
RGB
CMYK
RGB Variations
Color information
#0DD408 (or 0x0DD408) is known color: Free Speech Green. HEX triplet: 0D, D4 and 08. RGB value is (13,212,8). Sum of RGB (Red+Green+Blue) = 13+212+8=233 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.58% from 233); Green value is 212 (83.20% from 255 or 90.99% from 233); Blue value is 8 (3.52% from 255 or 3.43% from 233); Max value from RGB is 212 - color contains mainly: green. Hex color #0DD408 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DD408 is #F22BF7. Grayscale: #818181. Windows color (decimal): -15870968 or 578573. OLE color: 578573.
HSL color Cylindrical-coordinate representation of color #0DD408: hue angle of 118.53º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0DD408 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 13 | 212 | 8 | - |
| CMYK | 0.94 | 0 | 0.96 | 0.17 |
| HSL | 118.53º | 0.93% | 0.43% | - |
| HSV(B) | 118.53º | 0.96% | 0.83% | - |
| XYZ | 23.75 | 47.19 | 8.09 | - |
| YUV | 129.24 | 59.57 | 45.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 212 | 8 | 0.94 | 0 | 0.96 | 0.17 | 118.53 | 0.93 | 0.43 |
| Hex | D | D4 | 8 | 5E | 0 | 60 | 11 | 77 | 5D | 2B |
| Octal | 15 | 324 | 10 | 136 | 0 | 140 | 21 | 167 | 135 | 53 |
| Binary | 1101 | 11010100 | 1000 | 1011110 | 0 | 1100000 | 10001 | 1110111 | 1011101 | 101011 |
Color Harmonies of #0DD408
Complementary color
Monochromatic Colors of #0DD408
Black with #0DD408
Text Example
Text Example
White with #0DD408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD408; }
p { color: rgb(13,212,8); }
H1.HeaderClassName
{
color: #0DD408;
}
.AnyTagClassName
{
color: #0DD408;
}
</style>
background-color css
<style>
a { background-color: #0DD408; }
a { background-color: rgb(13,212,8); }
div.DivClassName
{
background-color: #0DD408;
}
.BgClassName
{
background-color: #0DD408;
}
</style>
border-color css
<style>
span { border-color: #0DD408; }
span { border-color: rgb(13,212,8); }
td.TdClassName
{
border-color: #0DD408;
}
.TagClassName
{
border-color: #0DD408;
}
</style>