Shades of Free Speech Green #0EE612
Tints of Free Speech Green #0EE612
RGB
CMYK
RGB Variations
Color information
#0EE612 (or 0x0EE612) is known color: Free Speech Green. HEX triplet: 0E, E6 and 12. RGB value is (14,230,18). Sum of RGB (Red+Green+Blue) = 14+230+18=262 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.34% from 262); Green value is 230 (90.23% from 255 or 87.79% from 262); Blue value is 18 (7.42% from 255 or 6.87% from 262); Max value from RGB is 230 - color contains mainly: green. Hex color #0EE612 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EE612 is #F119ED. Grayscale: #8D8D8D. Windows color (decimal): -15800814 or 1238542. OLE color: 1238542.
HSL color Cylindrical-coordinate representation of color #0EE612: hue angle of 121.11º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE612 is Cyan = 0.94, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 14 | 230 | 18 | - |
| CMYK | 0.94 | 0 | 0.92 | 0.10 |
| HSL | 121.11º | 0.89% | 0.48% | - |
| HSV(B) | 121.11º | 0.94% | 0.9% | - |
| XYZ | 28.59 | 56.73 | 10.02 | - |
| YUV | 141.25 | 58.44 | 37.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 230 | 18 | 0.94 | 0 | 0.92 | 0.10 | 121.11 | 0.89 | 0.48 |
| Hex | E | E6 | 12 | 5E | 0 | 5C | A | 79 | 59 | 30 |
| Octal | 16 | 346 | 22 | 136 | 0 | 134 | 12 | 171 | 131 | 60 |
| Binary | 1110 | 11100110 | 10010 | 1011110 | 0 | 1011100 | 1010 | 1111001 | 1011001 | 110000 |
Color Harmonies of #0EE612
Complementary color
Monochromatic Colors of #0EE612
Black with #0EE612
Text Example
Text Example
White with #0EE612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE612; }
p { color: rgb(14,230,18); }
H1.HeaderClassName
{
color: #0EE612;
}
.AnyTagClassName
{
color: #0EE612;
}
</style>
background-color css
<style>
a { background-color: #0EE612; }
a { background-color: rgb(14,230,18); }
div.DivClassName
{
background-color: #0EE612;
}
.BgClassName
{
background-color: #0EE612;
}
</style>
border-color css
<style>
span { border-color: #0EE612; }
span { border-color: rgb(14,230,18); }
td.TdClassName
{
border-color: #0EE612;
}
.TagClassName
{
border-color: #0EE612;
}
</style>