Shades of Free Speech Green #0EE00D
Tints of Free Speech Green #0EE00D
RGB
CMYK
RGB Variations
Color information
#0EE00D (or 0x0EE00D) is known color: Free Speech Green. HEX triplet: 0E, E0 and 0D. RGB value is (14,224,13). Sum of RGB (Red+Green+Blue) = 14+224+13=251 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.58% from 251); Green value is 224 (87.89% from 255 or 89.24% from 251); Blue value is 13 (5.47% from 255 or 5.18% from 251); Max value from RGB is 224 - color contains mainly: green. Hex color #0EE00D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EE00D is #F11FF2. Grayscale: #898989. Windows color (decimal): -15802355 or 909326. OLE color: 909326.
HSL color Cylindrical-coordinate representation of color #0EE00D: hue angle of 119.72º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE00D is Cyan = 0.94, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 14 | 224 | 13 | - |
| CMYK | 0.94 | 0 | 0.94 | 0.12 |
| HSL | 119.72º | 0.89% | 0.46% | - |
| HSV(B) | 119.72º | 0.94% | 0.88% | - |
| XYZ | 26.91 | 53.43 | 9.28 | - |
| YUV | 137.16 | 57.93 | 40.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 224 | 13 | 0.94 | 0 | 0.94 | 0.12 | 119.72 | 0.89 | 0.46 |
| Hex | E | E0 | D | 5E | 0 | 5E | C | 78 | 59 | 2E |
| Octal | 16 | 340 | 15 | 136 | 0 | 136 | 14 | 170 | 131 | 56 |
| Binary | 1110 | 11100000 | 1101 | 1011110 | 0 | 1011110 | 1100 | 1111000 | 1011001 | 101110 |
Color Harmonies of #0EE00D
Complementary color
Monochromatic Colors of #0EE00D
Black with #0EE00D
Text Example
Text Example
White with #0EE00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE00D; }
p { color: rgb(14,224,13); }
H1.HeaderClassName
{
color: #0EE00D;
}
.AnyTagClassName
{
color: #0EE00D;
}
</style>
background-color css
<style>
a { background-color: #0EE00D; }
a { background-color: rgb(14,224,13); }
div.DivClassName
{
background-color: #0EE00D;
}
.BgClassName
{
background-color: #0EE00D;
}
</style>
border-color css
<style>
span { border-color: #0EE00D; }
span { border-color: rgb(14,224,13); }
td.TdClassName
{
border-color: #0EE00D;
}
.TagClassName
{
border-color: #0EE00D;
}
</style>