Shades of Free Speech Green #0EEE09
Tints of Free Speech Green #0EEE09
RGB
CMYK
RGB Variations
Color information
#0EEE09 (or 0x0EEE09) is known color: Free Speech Green. HEX triplet: 0E, EE and 09. RGB value is (14,238,9). Sum of RGB (Red+Green+Blue) = 14+238+9=261 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.36% from 261); Green value is 238 (93.36% from 255 or 91.19% from 261); Blue value is 9 (3.91% from 255 or 3.45% from 261); Max value from RGB is 238 - color contains mainly: green. Hex color #0EEE09 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EEE09 is #F111F6. Grayscale: #919191. Windows color (decimal): -15798775 or 650766. OLE color: 650766.
HSL color Cylindrical-coordinate representation of color #0EEE09: hue angle of 118.69º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0EEE09 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 14 | 238 | 9 | - |
| CMYK | 0.94 | 0 | 0.96 | 0.07 |
| HSL | 118.69º | 0.93% | 0.48% | - |
| HSV(B) | 118.69º | 0.96% | 0.93% | - |
| XYZ | 30.8 | 61.26 | 10.46 | - |
| YUV | 144.92 | 51.29 | 34.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 238 | 9 | 0.94 | 0 | 0.96 | 0.07 | 118.69 | 0.93 | 0.48 |
| Hex | E | EE | 9 | 5E | 0 | 60 | 7 | 77 | 5D | 30 |
| Octal | 16 | 356 | 11 | 136 | 0 | 140 | 7 | 167 | 135 | 60 |
| Binary | 1110 | 11101110 | 1001 | 1011110 | 0 | 1100000 | 111 | 1110111 | 1011101 | 110000 |
Color Harmonies of #0EEE09
Complementary color
Monochromatic Colors of #0EEE09
Black with #0EEE09
Text Example
Text Example
White with #0EEE09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEE09; }
p { color: rgb(14,238,9); }
H1.HeaderClassName
{
color: #0EEE09;
}
.AnyTagClassName
{
color: #0EEE09;
}
</style>
background-color css
<style>
a { background-color: #0EEE09; }
a { background-color: rgb(14,238,9); }
div.DivClassName
{
background-color: #0EEE09;
}
.BgClassName
{
background-color: #0EEE09;
}
</style>
border-color css
<style>
span { border-color: #0EEE09; }
span { border-color: rgb(14,238,9); }
td.TdClassName
{
border-color: #0EEE09;
}
.TagClassName
{
border-color: #0EEE09;
}
</style>