Shades of Free Speech Green #0EE214
Tints of Free Speech Green #0EE214
RGB
CMYK
RGB Variations
Color information
#0EE214 (or 0x0EE214) is known color: Free Speech Green. HEX triplet: 0E, E2 and 14. RGB value is (14,226,20). Sum of RGB (Red+Green+Blue) = 14+226+20=260 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.38% from 260); Green value is 226 (88.67% from 255 or 86.92% from 260); Blue value is 20 (8.20% from 255 or 7.69% from 260); Max value from RGB is 226 - color contains mainly: green. Hex color #0EE214 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EE214 is #F11DEB. Grayscale: #8B8B8B. Windows color (decimal): -15801836 or 1368590. OLE color: 1368590.
HSL color Cylindrical-coordinate representation of color #0EE214: hue angle of 121.7º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE214 is Cyan = 0.94, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 14 | 226 | 20 | - |
| CMYK | 0.94 | 0 | 0.91 | 0.11 |
| HSL | 121.7º | 0.88% | 0.47% | - |
| HSV(B) | 121.7º | 0.94% | 0.89% | - |
| XYZ | 27.5 | 54.54 | 9.74 | - |
| YUV | 139.13 | 60.76 | 38.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 226 | 20 | 0.94 | 0 | 0.91 | 0.11 | 121.7 | 0.88 | 0.47 |
| Hex | E | E2 | 14 | 5E | 0 | 5B | B | 7A | 58 | 2F |
| Octal | 16 | 342 | 24 | 136 | 0 | 133 | 13 | 172 | 130 | 57 |
| Binary | 1110 | 11100010 | 10100 | 1011110 | 0 | 1011011 | 1011 | 1111010 | 1011000 | 101111 |
Color Harmonies of #0EE214
Complementary color
Monochromatic Colors of #0EE214
Black with #0EE214
Text Example
Text Example
White with #0EE214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE214; }
p { color: rgb(14,226,20); }
H1.HeaderClassName
{
color: #0EE214;
}
.AnyTagClassName
{
color: #0EE214;
}
</style>
background-color css
<style>
a { background-color: #0EE214; }
a { background-color: rgb(14,226,20); }
div.DivClassName
{
background-color: #0EE214;
}
.BgClassName
{
background-color: #0EE214;
}
</style>
border-color css
<style>
span { border-color: #0EE214; }
span { border-color: rgb(14,226,20); }
td.TdClassName
{
border-color: #0EE214;
}
.TagClassName
{
border-color: #0EE214;
}
</style>