Shades of Free Speech Green #0EFF17
Tints of Free Speech Green #0EFF17
RGB
CMYK
RGB Variations
Color information
#0EFF17 (or 0x0EFF17) is known color: Free Speech Green. HEX triplet: 0E, FF and 17. RGB value is (14,255,23). Sum of RGB (Red+Green+Blue) = 14+255+23=292 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.79% from 292); Green value is 255 (100% from 255 or 87.33% from 292); Blue value is 23 (9.38% from 255 or 7.88% from 292); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFF17 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EFF17 is #F100E8. Grayscale: #9D9D9D. Windows color (decimal): -15794409 or 1572622. OLE color: 1572622.
HSL color Cylindrical-coordinate representation of color #0EFF17: hue angle of 122.24º 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 #0EFF17 is Cyan = 0.95, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 255 | 23 | - |
| CMYK | 0.95 | 0 | 0.91 | 0 |
| HSL | 122.24º | 1% | 0.53% | - |
| HSV(B) | 122.24º | 0.95% | 1% | - |
| XYZ | 36.1 | 71.68 | 12.74 | - |
| YUV | 156.49 | 52.66 | 26.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 255 | 23 | 0.95 | 0 | 0.91 | 0 | 122.24 | 1 | 0.53 |
| Hex | E | FF | 17 | 5F | 0 | 5B | 0 | 7A | 64 | 35 |
| Octal | 16 | 377 | 27 | 137 | 0 | 133 | 0 | 172 | 144 | 65 |
| Binary | 1110 | 11111111 | 10111 | 1011111 | 0 | 1011011 | 0 | 1111010 | 1100100 | 110101 |
Color Harmonies of #0EFF17
Complementary color
Monochromatic Colors of #0EFF17
Black with #0EFF17
Text Example
Text Example
White with #0EFF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFF17; }
p { color: rgb(14,255,23); }
H1.HeaderClassName
{
color: #0EFF17;
}
.AnyTagClassName
{
color: #0EFF17;
}
</style>
background-color css
<style>
a { background-color: #0EFF17; }
a { background-color: rgb(14,255,23); }
div.DivClassName
{
background-color: #0EFF17;
}
.BgClassName
{
background-color: #0EFF17;
}
</style>
border-color css
<style>
span { border-color: #0EFF17; }
span { border-color: rgb(14,255,23); }
td.TdClassName
{
border-color: #0EFF17;
}
.TagClassName
{
border-color: #0EFF17;
}
</style>