Shades of Free Speech Green #0DE017
Tints of Free Speech Green #0DE017
RGB
CMYK
RGB Variations
Color information
#0DE017 (or 0x0DE017) is known color: Free Speech Green. HEX triplet: 0D, E0 and 17. RGB value is (13,224,23). Sum of RGB (Red+Green+Blue) = 13+224+23=260 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5% from 260); Green value is 224 (87.89% from 255 or 86.15% from 260); Blue value is 23 (9.38% from 255 or 8.85% from 260); Max value from RGB is 224 - color contains mainly: green. Hex color #0DE017 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DE017 is #F21FE8. Grayscale: #8A8A8A. Windows color (decimal): -15867881 or 1564685. OLE color: 1564685.
HSL color Cylindrical-coordinate representation of color #0DE017: hue angle of 122.84º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DE017 is Cyan = 0.94, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 13 | 224 | 23 | - |
| CMYK | 0.94 | 0 | 0.90 | 0.12 |
| HSL | 122.84º | 0.89% | 0.46% | - |
| HSV(B) | 122.84º | 0.94% | 0.88% | - |
| XYZ | 26.98 | 53.46 | 9.71 | - |
| YUV | 138 | 63.1 | 38.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 224 | 23 | 0.94 | 0 | 0.90 | 0.12 | 122.84 | 0.89 | 0.46 |
| Hex | D | E0 | 17 | 5E | 0 | 5A | C | 7B | 59 | 2E |
| Octal | 15 | 340 | 27 | 136 | 0 | 132 | 14 | 173 | 131 | 56 |
| Binary | 1101 | 11100000 | 10111 | 1011110 | 0 | 1011010 | 1100 | 1111011 | 1011001 | 101110 |
Color Harmonies of #0DE017
Complementary color
Monochromatic Colors of #0DE017
Black with #0DE017
Text Example
Text Example
White with #0DE017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DE017; }
p { color: rgb(13,224,23); }
H1.HeaderClassName
{
color: #0DE017;
}
.AnyTagClassName
{
color: #0DE017;
}
</style>
background-color css
<style>
a { background-color: #0DE017; }
a { background-color: rgb(13,224,23); }
div.DivClassName
{
background-color: #0DE017;
}
.BgClassName
{
background-color: #0DE017;
}
</style>
border-color css
<style>
span { border-color: #0DE017; }
span { border-color: rgb(13,224,23); }
td.TdClassName
{
border-color: #0DE017;
}
.TagClassName
{
border-color: #0DE017;
}
</style>