Shades of Free Speech Green #0EE209
Tints of Free Speech Green #0EE209
RGB
CMYK
RGB Variations
Color information
#0EE209 (or 0x0EE209) is known color: Free Speech Green. HEX triplet: 0E, E2 and 09. RGB value is (14,226,9). Sum of RGB (Red+Green+Blue) = 14+226+9=249 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.62% from 249); Green value is 226 (88.67% from 255 or 90.76% from 249); Blue value is 9 (3.91% from 255 or 3.61% from 249); Max value from RGB is 226 - color contains mainly: green. Hex color #0EE209 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EE209 is #F11DF6. Grayscale: #8A8A8A. Windows color (decimal): -15801847 or 647694. OLE color: 647694.
HSL color Cylindrical-coordinate representation of color #0EE209: hue angle of 118.62º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0EE209 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 14 | 226 | 9 | - |
| CMYK | 0.94 | 0 | 0.96 | 0.11 |
| HSL | 118.62º | 0.92% | 0.46% | - |
| HSV(B) | 118.62º | 0.96% | 0.89% | - |
| XYZ | 27.43 | 54.51 | 9.33 | - |
| YUV | 137.87 | 55.26 | 39.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 226 | 9 | 0.94 | 0 | 0.96 | 0.11 | 118.62 | 0.92 | 0.46 |
| Hex | E | E2 | 9 | 5E | 0 | 60 | B | 77 | 5C | 2E |
| Octal | 16 | 342 | 11 | 136 | 0 | 140 | 13 | 167 | 134 | 56 |
| Binary | 1110 | 11100010 | 1001 | 1011110 | 0 | 1100000 | 1011 | 1110111 | 1011100 | 101110 |
Color Harmonies of #0EE209
Complementary color
Monochromatic Colors of #0EE209
Black with #0EE209
Text Example
Text Example
White with #0EE209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE209; }
p { color: rgb(14,226,9); }
H1.HeaderClassName
{
color: #0EE209;
}
.AnyTagClassName
{
color: #0EE209;
}
</style>
background-color css
<style>
a { background-color: #0EE209; }
a { background-color: rgb(14,226,9); }
div.DivClassName
{
background-color: #0EE209;
}
.BgClassName
{
background-color: #0EE209;
}
</style>
border-color css
<style>
span { border-color: #0EE209; }
span { border-color: rgb(14,226,9); }
td.TdClassName
{
border-color: #0EE209;
}
.TagClassName
{
border-color: #0EE209;
}
</style>