Shades of Free Speech Green #0EDE0B
Tints of Free Speech Green #0EDE0B
RGB
CMYK
RGB Variations
Color information
#0EDE0B (or 0x0EDE0B) is known color: Free Speech Green. HEX triplet: 0E, DE and 0B. RGB value is (14,222,11). Sum of RGB (Red+Green+Blue) = 14+222+11=247 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.67% from 247); Green value is 222 (87.11% from 255 or 89.88% from 247); Blue value is 11 (4.69% from 255 or 4.45% from 247); Max value from RGB is 222 - color contains mainly: green. Hex color #0EDE0B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EDE0B is #F121F4. Grayscale: #888888. Windows color (decimal): -15802869 or 777742. OLE color: 777742.
HSL color Cylindrical-coordinate representation of color #0EDE0B: hue angle of 119.15º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0EDE0B is Cyan = 0.94, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 14 | 222 | 11 | - |
| CMYK | 0.94 | 0 | 0.95 | 0.13 |
| HSL | 119.15º | 0.91% | 0.46% | - |
| HSV(B) | 119.15º | 0.95% | 0.87% | - |
| XYZ | 26.36 | 52.36 | 9.03 | - |
| YUV | 135.75 | 57.59 | 41.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 222 | 11 | 0.94 | 0 | 0.95 | 0.13 | 119.15 | 0.91 | 0.46 |
| Hex | E | DE | B | 5E | 0 | 5F | D | 77 | 5B | 2E |
| Octal | 16 | 336 | 13 | 136 | 0 | 137 | 15 | 167 | 133 | 56 |
| Binary | 1110 | 11011110 | 1011 | 1011110 | 0 | 1011111 | 1101 | 1110111 | 1011011 | 101110 |
Color Harmonies of #0EDE0B
Complementary color
Monochromatic Colors of #0EDE0B
Black with #0EDE0B
Text Example
Text Example
White with #0EDE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDE0B; }
p { color: rgb(14,222,11); }
H1.HeaderClassName
{
color: #0EDE0B;
}
.AnyTagClassName
{
color: #0EDE0B;
}
</style>
background-color css
<style>
a { background-color: #0EDE0B; }
a { background-color: rgb(14,222,11); }
div.DivClassName
{
background-color: #0EDE0B;
}
.BgClassName
{
background-color: #0EDE0B;
}
</style>
border-color css
<style>
span { border-color: #0EDE0B; }
span { border-color: rgb(14,222,11); }
td.TdClassName
{
border-color: #0EDE0B;
}
.TagClassName
{
border-color: #0EDE0B;
}
</style>