Shades of Free Speech Green #0ED502
Tints of Free Speech Green #0ED502
RGB
CMYK
RGB Variations
Color information
#0ED502 (or 0x0ED502) is known color: Free Speech Green. HEX triplet: 0E, D5 and 02. RGB value is (14,213,2). Sum of RGB (Red+Green+Blue) = 14+213+2=229 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.11% from 229); Green value is 213 (83.59% from 255 or 93.01% from 229); Blue value is 2 (1.17% from 255 or 0.87% from 229); Max value from RGB is 213 - color contains mainly: green. Hex color #0ED502 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ED502 is #F12AFD. Grayscale: #828282. Windows color (decimal): -15805182 or 185614. OLE color: 185614.
HSL color Cylindrical-coordinate representation of color #0ED502: hue angle of 116.59º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0ED502 is Cyan = 0.93, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 14 | 213 | 2 | - |
| CMYK | 0.93 | 0 | 0.99 | 0.16 |
| HSL | 116.59º | 0.98% | 0.42% | - |
| HSV(B) | 116.59º | 0.99% | 0.84% | - |
| XYZ | 23.99 | 47.69 | 8 | - |
| YUV | 129.45 | 56.07 | 45.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 213 | 2 | 0.93 | 0 | 0.99 | 0.16 | 116.59 | 0.98 | 0.42 |
| Hex | E | D5 | 2 | 5D | 0 | 63 | 10 | 75 | 62 | 2A |
| Octal | 16 | 325 | 2 | 135 | 0 | 143 | 20 | 165 | 142 | 52 |
| Binary | 1110 | 11010101 | 10 | 1011101 | 0 | 1100011 | 10000 | 1110101 | 1100010 | 101010 |
Color Harmonies of #0ED502
Complementary color
Monochromatic Colors of #0ED502
Black with #0ED502
Text Example
Text Example
White with #0ED502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED502; }
p { color: rgb(14,213,2); }
H1.HeaderClassName
{
color: #0ED502;
}
.AnyTagClassName
{
color: #0ED502;
}
</style>
background-color css
<style>
a { background-color: #0ED502; }
a { background-color: rgb(14,213,2); }
div.DivClassName
{
background-color: #0ED502;
}
.BgClassName
{
background-color: #0ED502;
}
</style>
border-color css
<style>
span { border-color: #0ED502; }
span { border-color: rgb(14,213,2); }
td.TdClassName
{
border-color: #0ED502;
}
.TagClassName
{
border-color: #0ED502;
}
</style>