Shades of Free Speech Green #0EE90B
Tints of Free Speech Green #0EE90B
RGB
CMYK
RGB Variations
Color information
#0EE90B (or 0x0EE90B) is known color: Free Speech Green. HEX triplet: 0E, E9 and 0B. RGB value is (14,233,11). Sum of RGB (Red+Green+Blue) = 14+233+11=258 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.43% from 258); Green value is 233 (91.41% from 255 or 90.31% from 258); Blue value is 11 (4.69% from 255 or 4.26% from 258); Max value from RGB is 233 - color contains mainly: green. Hex color #0EE90B is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EE90B is #F116F4. Grayscale: #8E8E8E. Windows color (decimal): -15800053 or 780558. OLE color: 780558.
HSL color Cylindrical-coordinate representation of color #0EE90B: hue angle of 119.19º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0EE90B is Cyan = 0.94, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 14 | 233 | 11 | - |
| CMYK | 0.94 | 0 | 0.95 | 0.09 |
| HSL | 119.19º | 0.91% | 0.48% | - |
| HSV(B) | 119.19º | 0.95% | 0.91% | - |
| XYZ | 29.38 | 58.4 | 10.04 | - |
| YUV | 142.21 | 53.95 | 36.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 233 | 11 | 0.94 | 0 | 0.95 | 0.09 | 119.19 | 0.91 | 0.48 |
| Hex | E | E9 | B | 5E | 0 | 5F | 9 | 77 | 5B | 30 |
| Octal | 16 | 351 | 13 | 136 | 0 | 137 | 11 | 167 | 133 | 60 |
| Binary | 1110 | 11101001 | 1011 | 1011110 | 0 | 1011111 | 1001 | 1110111 | 1011011 | 110000 |
Color Harmonies of #0EE90B
Complementary color
Monochromatic Colors of #0EE90B
Black with #0EE90B
Text Example
Text Example
White with #0EE90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE90B; }
p { color: rgb(14,233,11); }
H1.HeaderClassName
{
color: #0EE90B;
}
.AnyTagClassName
{
color: #0EE90B;
}
</style>
background-color css
<style>
a { background-color: #0EE90B; }
a { background-color: rgb(14,233,11); }
div.DivClassName
{
background-color: #0EE90B;
}
.BgClassName
{
background-color: #0EE90B;
}
</style>
border-color css
<style>
span { border-color: #0EE90B; }
span { border-color: rgb(14,233,11); }
td.TdClassName
{
border-color: #0EE90B;
}
.TagClassName
{
border-color: #0EE90B;
}
</style>