Shades of Free Speech Green #0ED102
Tints of Free Speech Green #0ED102
RGB
CMYK
RGB Variations
Color information
#0ED102 (or 0x0ED102) is known color: Free Speech Green. HEX triplet: 0E, D1 and 02. RGB value is (14,209,2). Sum of RGB (Red+Green+Blue) = 14+209+2=225 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.22% from 225); Green value is 209 (82.03% from 255 or 92.89% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 209 - color contains mainly: green. Hex color #0ED102 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ED102 is #F12EFD. Grayscale: #7F7F7F. Windows color (decimal): -15806206 or 184590. OLE color: 184590.
HSL color Cylindrical-coordinate representation of color #0ED102: hue angle of 116.52º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0ED102 is Cyan = 0.93, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 14 | 209 | 2 | - |
| CMYK | 0.93 | 0 | 0.99 | 0.18 |
| HSL | 116.52º | 0.98% | 0.41% | - |
| HSV(B) | 116.52º | 0.99% | 0.82% | - |
| XYZ | 22.99 | 45.7 | 7.67 | - |
| YUV | 127.1 | 57.4 | 47.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 209 | 2 | 0.93 | 0 | 0.99 | 0.18 | 116.52 | 0.98 | 0.41 |
| Hex | E | D1 | 2 | 5D | 0 | 63 | 12 | 75 | 62 | 29 |
| Octal | 16 | 321 | 2 | 135 | 0 | 143 | 22 | 165 | 142 | 51 |
| Binary | 1110 | 11010001 | 10 | 1011101 | 0 | 1100011 | 10010 | 1110101 | 1100010 | 101001 |
Color Harmonies of #0ED102
Complementary color
Monochromatic Colors of #0ED102
Black with #0ED102
Text Example
Text Example
White with #0ED102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED102; }
p { color: rgb(14,209,2); }
H1.HeaderClassName
{
color: #0ED102;
}
.AnyTagClassName
{
color: #0ED102;
}
</style>
background-color css
<style>
a { background-color: #0ED102; }
a { background-color: rgb(14,209,2); }
div.DivClassName
{
background-color: #0ED102;
}
.BgClassName
{
background-color: #0ED102;
}
</style>
border-color css
<style>
span { border-color: #0ED102; }
span { border-color: rgb(14,209,2); }
td.TdClassName
{
border-color: #0ED102;
}
.TagClassName
{
border-color: #0ED102;
}
</style>