Shades of Free Speech Green #0DE014
Tints of Free Speech Green #0DE014
RGB
CMYK
RGB Variations
Color information
#0DE014 (or 0x0DE014) is known color: Free Speech Green. HEX triplet: 0D, E0 and 14. RGB value is (13,224,20). Sum of RGB (Red+Green+Blue) = 13+224+20=257 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5.06% from 257); Green value is 224 (87.89% from 255 or 87.16% from 257); Blue value is 20 (8.20% from 255 or 7.78% from 257); Max value from RGB is 224 - color contains mainly: green. Hex color #0DE014 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DE014 is #F21FEB. Grayscale: #8A8A8A. Windows color (decimal): -15867884 or 1368077. OLE color: 1368077.
HSL color Cylindrical-coordinate representation of color #0DE014: hue angle of 121.99º 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 #0DE014 is Cyan = 0.94, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 13 | 224 | 20 | - |
| CMYK | 0.94 | 0 | 0.91 | 0.12 |
| HSL | 121.99º | 0.89% | 0.46% | - |
| HSV(B) | 121.99º | 0.94% | 0.88% | - |
| XYZ | 26.95 | 53.45 | 9.56 | - |
| YUV | 137.66 | 61.6 | 39.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 224 | 20 | 0.94 | 0 | 0.91 | 0.12 | 121.99 | 0.89 | 0.46 |
| Hex | D | E0 | 14 | 5E | 0 | 5B | C | 7A | 59 | 2E |
| Octal | 15 | 340 | 24 | 136 | 0 | 133 | 14 | 172 | 131 | 56 |
| Binary | 1101 | 11100000 | 10100 | 1011110 | 0 | 1011011 | 1100 | 1111010 | 1011001 | 101110 |
Color Harmonies of #0DE014
Complementary color
Monochromatic Colors of #0DE014
Black with #0DE014
Text Example
Text Example
White with #0DE014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DE014; }
p { color: rgb(13,224,20); }
H1.HeaderClassName
{
color: #0DE014;
}
.AnyTagClassName
{
color: #0DE014;
}
</style>
background-color css
<style>
a { background-color: #0DE014; }
a { background-color: rgb(13,224,20); }
div.DivClassName
{
background-color: #0DE014;
}
.BgClassName
{
background-color: #0DE014;
}
</style>
border-color css
<style>
span { border-color: #0DE014; }
span { border-color: rgb(13,224,20); }
td.TdClassName
{
border-color: #0DE014;
}
.TagClassName
{
border-color: #0DE014;
}
</style>