Shades of Free Speech Green #0DDA10
Tints of Free Speech Green #0DDA10
RGB
CMYK
RGB Variations
Color information
#0DDA10 (or 0x0DDA10) is known color: Free Speech Green. HEX triplet: 0D, DA and 10. RGB value is (13,218,16). Sum of RGB (Red+Green+Blue) = 13+218+16=247 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.26% from 247); Green value is 218 (85.55% from 255 or 88.26% from 247); Blue value is 16 (6.64% from 255 or 6.48% from 247); Max value from RGB is 218 - color contains mainly: green. Hex color #0DDA10 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DDA10 is #F225EF. Grayscale: #868686. Windows color (decimal): -15869424 or 1104397. OLE color: 1104397.
HSL color Cylindrical-coordinate representation of color #0DDA10: hue angle of 120.88º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDA10 is Cyan = 0.94, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 13 | 218 | 16 | - |
| CMYK | 0.94 | 0 | 0.93 | 0.15 |
| HSL | 120.88º | 0.89% | 0.45% | - |
| HSV(B) | 120.88º | 0.94% | 0.85% | - |
| XYZ | 25.33 | 50.27 | 8.86 | - |
| YUV | 133.68 | 61.58 | 41.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 218 | 16 | 0.94 | 0 | 0.93 | 0.15 | 120.88 | 0.89 | 0.45 |
| Hex | D | DA | 10 | 5E | 0 | 5D | F | 79 | 59 | 2D |
| Octal | 15 | 332 | 20 | 136 | 0 | 135 | 17 | 171 | 131 | 55 |
| Binary | 1101 | 11011010 | 10000 | 1011110 | 0 | 1011101 | 1111 | 1111001 | 1011001 | 101101 |
Color Harmonies of #0DDA10
Complementary color
Monochromatic Colors of #0DDA10
Black with #0DDA10
Text Example
Text Example
White with #0DDA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDA10; }
p { color: rgb(13,218,16); }
H1.HeaderClassName
{
color: #0DDA10;
}
.AnyTagClassName
{
color: #0DDA10;
}
</style>
background-color css
<style>
a { background-color: #0DDA10; }
a { background-color: rgb(13,218,16); }
div.DivClassName
{
background-color: #0DDA10;
}
.BgClassName
{
background-color: #0DDA10;
}
</style>
border-color css
<style>
span { border-color: #0DDA10; }
span { border-color: rgb(13,218,16); }
td.TdClassName
{
border-color: #0DDA10;
}
.TagClassName
{
border-color: #0DDA10;
}
</style>