Shades of Free Speech Green #0ED902
Tints of Free Speech Green #0ED902
RGB
CMYK
RGB Variations
Color information
#0ED902 (or 0x0ED902) is known color: Free Speech Green. HEX triplet: 0E, D9 and 02. RGB value is (14,217,2). Sum of RGB (Red+Green+Blue) = 14+217+2=233 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.01% from 233); Green value is 217 (85.16% from 255 or 93.13% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 217 - color contains mainly: green. Hex color #0ED902 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ED902 is #F126FD. Grayscale: #848484. Windows color (decimal): -15804158 or 186638. OLE color: 186638.
HSL color Cylindrical-coordinate representation of color #0ED902: hue angle of 116.65º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0ED902 is Cyan = 0.94, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 14 | 217 | 2 | - |
| CMYK | 0.94 | 0 | 0.99 | 0.15 |
| HSL | 116.65º | 0.98% | 0.43% | - |
| HSV(B) | 116.65º | 0.99% | 0.85% | - |
| XYZ | 25 | 49.72 | 8.34 | - |
| YUV | 131.79 | 54.75 | 43.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 217 | 2 | 0.94 | 0 | 0.99 | 0.15 | 116.65 | 0.98 | 0.43 |
| Hex | E | D9 | 2 | 5E | 0 | 63 | F | 75 | 62 | 2B |
| Octal | 16 | 331 | 2 | 136 | 0 | 143 | 17 | 165 | 142 | 53 |
| Binary | 1110 | 11011001 | 10 | 1011110 | 0 | 1100011 | 1111 | 1110101 | 1100010 | 101011 |
Color Harmonies of #0ED902
Complementary color
Monochromatic Colors of #0ED902
Black with #0ED902
Text Example
Text Example
White with #0ED902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED902; }
p { color: rgb(14,217,2); }
H1.HeaderClassName
{
color: #0ED902;
}
.AnyTagClassName
{
color: #0ED902;
}
</style>
background-color css
<style>
a { background-color: #0ED902; }
a { background-color: rgb(14,217,2); }
div.DivClassName
{
background-color: #0ED902;
}
.BgClassName
{
background-color: #0ED902;
}
</style>
border-color css
<style>
span { border-color: #0ED902; }
span { border-color: rgb(14,217,2); }
td.TdClassName
{
border-color: #0ED902;
}
.TagClassName
{
border-color: #0ED902;
}
</style>