Shades of Free Speech Green #0EEF17
Tints of Free Speech Green #0EEF17
RGB
CMYK
RGB Variations
Color information
#0EEF17 (or 0x0EEF17) is known color: Free Speech Green. HEX triplet: 0E, EF and 17. RGB value is (14,239,23). Sum of RGB (Red+Green+Blue) = 14+239+23=276 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.07% from 276); Green value is 239 (93.75% from 255 or 86.59% from 276); Blue value is 23 (9.38% from 255 or 8.33% from 276); Max value from RGB is 239 - color contains mainly: green. Hex color #0EEF17 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EEF17 is #F110E8. Grayscale: #939393. Windows color (decimal): -15798505 or 1568526. OLE color: 1568526.
HSL color Cylindrical-coordinate representation of color #0EEF17: hue angle of 122.4º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EEF17 is Cyan = 0.94, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 14 | 239 | 23 | - |
| CMYK | 0.94 | 0 | 0.90 | 0.06 |
| HSL | 122.4º | 0.89% | 0.5% | - |
| HSV(B) | 122.4º | 0.94% | 0.94% | - |
| XYZ | 31.2 | 61.89 | 11.11 | - |
| YUV | 147.1 | 57.96 | 33.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 239 | 23 | 0.94 | 0 | 0.90 | 0.06 | 122.4 | 0.89 | 0.5 |
| Hex | E | EF | 17 | 5E | 0 | 5A | 6 | 7A | 59 | 32 |
| Octal | 16 | 357 | 27 | 136 | 0 | 132 | 6 | 172 | 131 | 62 |
| Binary | 1110 | 11101111 | 10111 | 1011110 | 0 | 1011010 | 110 | 1111010 | 1011001 | 110010 |
Color Harmonies of #0EEF17
Complementary color
Monochromatic Colors of #0EEF17
Black with #0EEF17
Text Example
Text Example
White with #0EEF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEF17; }
p { color: rgb(14,239,23); }
H1.HeaderClassName
{
color: #0EEF17;
}
.AnyTagClassName
{
color: #0EEF17;
}
</style>
background-color css
<style>
a { background-color: #0EEF17; }
a { background-color: rgb(14,239,23); }
div.DivClassName
{
background-color: #0EEF17;
}
.BgClassName
{
background-color: #0EEF17;
}
</style>
border-color css
<style>
span { border-color: #0EEF17; }
span { border-color: rgb(14,239,23); }
td.TdClassName
{
border-color: #0EEF17;
}
.TagClassName
{
border-color: #0EEF17;
}
</style>