Shades of Free Speech Green #0EFF11
Tints of Free Speech Green #0EFF11
RGB
CMYK
RGB Variations
Color information
#0EFF11 (or 0x0EFF11) is known color: Free Speech Green. HEX triplet: 0E, FF and 11. RGB value is (14,255,17). Sum of RGB (Red+Green+Blue) = 14+255+17=286 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.90% from 286); Green value is 255 (100% from 255 or 89.16% from 286); Blue value is 17 (7.03% from 255 or 5.94% from 286); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFF11 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EFF11 is #F100EE. Grayscale: #9C9C9C. Windows color (decimal): -15794415 or 1179406. OLE color: 1179406.
HSL color Cylindrical-coordinate representation of color #0EFF11: hue angle of 120.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0EFF11 is Cyan = 0.95, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 255 | 17 | - |
| CMYK | 0.95 | 0 | 0.93 | 0 |
| HSL | 120.75º | 1% | 0.53% | - |
| HSV(B) | 120.75º | 0.95% | 1% | - |
| XYZ | 36.04 | 71.65 | 12.46 | - |
| YUV | 155.81 | 49.66 | 26.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 255 | 17 | 0.95 | 0 | 0.93 | 0 | 120.75 | 1 | 0.53 |
| Hex | E | FF | 11 | 5F | 0 | 5D | 0 | 79 | 64 | 35 |
| Octal | 16 | 377 | 21 | 137 | 0 | 135 | 0 | 171 | 144 | 65 |
| Binary | 1110 | 11111111 | 10001 | 1011111 | 0 | 1011101 | 0 | 1111001 | 1100100 | 110101 |
Color Harmonies of #0EFF11
Complementary color
Monochromatic Colors of #0EFF11
Black with #0EFF11
Text Example
Text Example
White with #0EFF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFF11; }
p { color: rgb(14,255,17); }
H1.HeaderClassName
{
color: #0EFF11;
}
.AnyTagClassName
{
color: #0EFF11;
}
</style>
background-color css
<style>
a { background-color: #0EFF11; }
a { background-color: rgb(14,255,17); }
div.DivClassName
{
background-color: #0EFF11;
}
.BgClassName
{
background-color: #0EFF11;
}
</style>
border-color css
<style>
span { border-color: #0EFF11; }
span { border-color: rgb(14,255,17); }
td.TdClassName
{
border-color: #0EFF11;
}
.TagClassName
{
border-color: #0EFF11;
}
</style>