Shades of Free Speech Green #0DD616
Tints of Free Speech Green #0DD616
RGB
CMYK
RGB Variations
Color information
#0DD616 (or 0x0DD616) is known color: Free Speech Green. HEX triplet: 0D, D6 and 16. RGB value is (13,214,22). Sum of RGB (Red+Green+Blue) = 13+214+22=249 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.22% from 249); Green value is 214 (83.98% from 255 or 85.94% from 249); Blue value is 22 (8.98% from 255 or 8.84% from 249); Max value from RGB is 214 - color contains mainly: green. Hex color #0DD616 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DD616 is #F229E9. Grayscale: #848484. Windows color (decimal): -15870442 or 1496589. OLE color: 1496589.
HSL color Cylindrical-coordinate representation of color #0DD616: hue angle of 122.69º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD616 is Cyan = 0.94, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 13 | 214 | 22 | - |
| CMYK | 0.94 | 0 | 0.90 | 0.16 |
| HSL | 122.69º | 0.89% | 0.45% | - |
| HSV(B) | 122.69º | 0.94% | 0.84% | - |
| XYZ | 24.36 | 48.24 | 8.79 | - |
| YUV | 132.01 | 65.91 | 43.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 214 | 22 | 0.94 | 0 | 0.90 | 0.16 | 122.69 | 0.89 | 0.45 |
| Hex | D | D6 | 16 | 5E | 0 | 5A | 10 | 7B | 59 | 2D |
| Octal | 15 | 326 | 26 | 136 | 0 | 132 | 20 | 173 | 131 | 55 |
| Binary | 1101 | 11010110 | 10110 | 1011110 | 0 | 1011010 | 10000 | 1111011 | 1011001 | 101101 |
Color Harmonies of #0DD616
Complementary color
Monochromatic Colors of #0DD616
Black with #0DD616
Text Example
Text Example
White with #0DD616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD616; }
p { color: rgb(13,214,22); }
H1.HeaderClassName
{
color: #0DD616;
}
.AnyTagClassName
{
color: #0DD616;
}
</style>
background-color css
<style>
a { background-color: #0DD616; }
a { background-color: rgb(13,214,22); }
div.DivClassName
{
background-color: #0DD616;
}
.BgClassName
{
background-color: #0DD616;
}
</style>
border-color css
<style>
span { border-color: #0DD616; }
span { border-color: rgb(13,214,22); }
td.TdClassName
{
border-color: #0DD616;
}
.TagClassName
{
border-color: #0DD616;
}
</style>