Shades of Free Speech Green #0ED319
Tints of Free Speech Green #0ED319
RGB
CMYK
RGB Variations
Color information
#0ED319 (or 0x0ED319) is known color: Free Speech Green. HEX triplet: 0E, D3 and 19. RGB value is (14,211,25). Sum of RGB (Red+Green+Blue) = 14+211+25=250 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.6% from 250); Green value is 211 (82.81% from 255 or 84.4% from 250); Blue value is 25 (10.16% from 255 or 10% from 250); Max value from RGB is 211 - color contains mainly: green. Hex color #0ED319 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ED319 is #F12CE6. Grayscale: #838383. Windows color (decimal): -15805671 or 1692430. OLE color: 1692430.
HSL color Cylindrical-coordinate representation of color #0ED319: hue angle of 123.35º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED319 is Cyan = 0.93, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 14 | 211 | 25 | - |
| CMYK | 0.93 | 0 | 0.88 | 0.17 |
| HSL | 123.35º | 0.88% | 0.44% | - |
| HSV(B) | 123.35º | 0.93% | 0.83% | - |
| XYZ | 23.65 | 46.75 | 8.7 | - |
| YUV | 130.89 | 68.23 | 44.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 211 | 25 | 0.93 | 0 | 0.88 | 0.17 | 123.35 | 0.88 | 0.44 |
| Hex | E | D3 | 19 | 5D | 0 | 58 | 11 | 7B | 58 | 2C |
| Octal | 16 | 323 | 31 | 135 | 0 | 130 | 21 | 173 | 130 | 54 |
| Binary | 1110 | 11010011 | 11001 | 1011101 | 0 | 1011000 | 10001 | 1111011 | 1011000 | 101100 |
Color Harmonies of #0ED319
Complementary color
Monochromatic Colors of #0ED319
Black with #0ED319
Text Example
Text Example
White with #0ED319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED319; }
p { color: rgb(14,211,25); }
H1.HeaderClassName
{
color: #0ED319;
}
.AnyTagClassName
{
color: #0ED319;
}
</style>
background-color css
<style>
a { background-color: #0ED319; }
a { background-color: rgb(14,211,25); }
div.DivClassName
{
background-color: #0ED319;
}
.BgClassName
{
background-color: #0ED319;
}
</style>
border-color css
<style>
span { border-color: #0ED319; }
span { border-color: rgb(14,211,25); }
td.TdClassName
{
border-color: #0ED319;
}
.TagClassName
{
border-color: #0ED319;
}
</style>