Shades of Free Speech Green #0EE71A
Tints of Free Speech Green #0EE71A
RGB
CMYK
RGB Variations
Color information
#0EE71A (or 0x0EE71A) is known color: Free Speech Green. HEX triplet: 0E, E7 and 1A. RGB value is (14,231,26). Sum of RGB (Red+Green+Blue) = 14+231+26=271 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.17% from 271); Green value is 231 (90.62% from 255 or 85.24% from 271); Blue value is 26 (10.55% from 255 or 9.59% from 271); Max value from RGB is 231 - color contains mainly: green. Hex color #0EE71A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EE71A is #F118E5. Grayscale: #8F8F8F. Windows color (decimal): -15800550 or 1763086. OLE color: 1763086.
HSL color Cylindrical-coordinate representation of color #0EE71A: hue angle of 123.32º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE71A is Cyan = 0.94, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 14 | 231 | 26 | - |
| CMYK | 0.94 | 0 | 0.89 | 0.09 |
| HSL | 123.32º | 0.89% | 0.48% | - |
| HSV(B) | 123.32º | 0.94% | 0.91% | - |
| XYZ | 28.94 | 57.32 | 10.52 | - |
| YUV | 142.75 | 62.11 | 36.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 231 | 26 | 0.94 | 0 | 0.89 | 0.09 | 123.32 | 0.89 | 0.48 |
| Hex | E | E7 | 1A | 5E | 0 | 59 | 9 | 7B | 59 | 30 |
| Octal | 16 | 347 | 32 | 136 | 0 | 131 | 11 | 173 | 131 | 60 |
| Binary | 1110 | 11100111 | 11010 | 1011110 | 0 | 1011001 | 1001 | 1111011 | 1011001 | 110000 |
Color Harmonies of #0EE71A
Complementary color
Monochromatic Colors of #0EE71A
Black with #0EE71A
Text Example
Text Example
White with #0EE71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE71A; }
p { color: rgb(14,231,26); }
H1.HeaderClassName
{
color: #0EE71A;
}
.AnyTagClassName
{
color: #0EE71A;
}
</style>
background-color css
<style>
a { background-color: #0EE71A; }
a { background-color: rgb(14,231,26); }
div.DivClassName
{
background-color: #0EE71A;
}
.BgClassName
{
background-color: #0EE71A;
}
</style>
border-color css
<style>
span { border-color: #0EE71A; }
span { border-color: rgb(14,231,26); }
td.TdClassName
{
border-color: #0EE71A;
}
.TagClassName
{
border-color: #0EE71A;
}
</style>