Shades of Free Speech Green #0EE60A
Tints of Free Speech Green #0EE60A
RGB
CMYK
RGB Variations
Color information
#0EE60A (or 0x0EE60A) is known color: Free Speech Green. HEX triplet: 0E, E6 and 0A. RGB value is (14,230,10). Sum of RGB (Red+Green+Blue) = 14+230+10=254 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.51% from 254); Green value is 230 (90.23% from 255 or 90.55% from 254); Blue value is 10 (4.30% from 255 or 3.94% from 254); Max value from RGB is 230 - color contains mainly: green. Hex color #0EE60A is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EE60A is #F119F5. Grayscale: #8C8C8C. Windows color (decimal): -15800822 or 714254. OLE color: 714254.
HSL color Cylindrical-coordinate representation of color #0EE60A: hue angle of 118.91º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0EE60A is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 14 | 230 | 10 | - |
| CMYK | 0.94 | 0 | 0.96 | 0.10 |
| HSL | 118.91º | 0.92% | 0.47% | - |
| HSV(B) | 118.91º | 0.96% | 0.9% | - |
| XYZ | 28.53 | 56.71 | 9.73 | - |
| YUV | 140.34 | 54.44 | 37.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 230 | 10 | 0.94 | 0 | 0.96 | 0.10 | 118.91 | 0.92 | 0.47 |
| Hex | E | E6 | A | 5E | 0 | 60 | A | 77 | 5C | 2F |
| Octal | 16 | 346 | 12 | 136 | 0 | 140 | 12 | 167 | 134 | 57 |
| Binary | 1110 | 11100110 | 1010 | 1011110 | 0 | 1100000 | 1010 | 1110111 | 1011100 | 101111 |
Color Harmonies of #0EE60A
Complementary color
Monochromatic Colors of #0EE60A
Black with #0EE60A
Text Example
Text Example
White with #0EE60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE60A; }
p { color: rgb(14,230,10); }
H1.HeaderClassName
{
color: #0EE60A;
}
.AnyTagClassName
{
color: #0EE60A;
}
</style>
background-color css
<style>
a { background-color: #0EE60A; }
a { background-color: rgb(14,230,10); }
div.DivClassName
{
background-color: #0EE60A;
}
.BgClassName
{
background-color: #0EE60A;
}
</style>
border-color css
<style>
span { border-color: #0EE60A; }
span { border-color: rgb(14,230,10); }
td.TdClassName
{
border-color: #0EE60A;
}
.TagClassName
{
border-color: #0EE60A;
}
</style>