Shades of Free Speech Green #0EDC0B
Tints of Free Speech Green #0EDC0B
RGB
CMYK
RGB Variations
Color information
#0EDC0B (or 0x0EDC0B) is known color: Free Speech Green. HEX triplet: 0E, DC and 0B. RGB value is (14,220,11). Sum of RGB (Red+Green+Blue) = 14+220+11=245 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.71% from 245); Green value is 220 (86.33% from 255 or 89.80% from 245); Blue value is 11 (4.69% from 255 or 4.49% from 245); Max value from RGB is 220 - color contains mainly: green. Hex color #0EDC0B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EDC0B is #F123F4. Grayscale: #878787. Windows color (decimal): -15803381 or 777230. OLE color: 777230.
HSL color Cylindrical-coordinate representation of color #0EDC0B: hue angle of 119.14º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0EDC0B is Cyan = 0.94, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 220 | 11 | - |
| CMYK | 0.94 | 0 | 0.95 | 0.14 |
| HSL | 119.14º | 0.9% | 0.45% | - |
| HSV(B) | 119.14º | 0.95% | 0.86% | - |
| XYZ | 25.83 | 51.3 | 8.86 | - |
| YUV | 134.58 | 58.25 | 41.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 220 | 11 | 0.94 | 0 | 0.95 | 0.14 | 119.14 | 0.9 | 0.45 |
| Hex | E | DC | B | 5E | 0 | 5F | E | 77 | 5A | 2D |
| Octal | 16 | 334 | 13 | 136 | 0 | 137 | 16 | 167 | 132 | 55 |
| Binary | 1110 | 11011100 | 1011 | 1011110 | 0 | 1011111 | 1110 | 1110111 | 1011010 | 101101 |
Color Harmonies of #0EDC0B
Complementary color
Monochromatic Colors of #0EDC0B
Black with #0EDC0B
Text Example
Text Example
White with #0EDC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDC0B; }
p { color: rgb(14,220,11); }
H1.HeaderClassName
{
color: #0EDC0B;
}
.AnyTagClassName
{
color: #0EDC0B;
}
</style>
background-color css
<style>
a { background-color: #0EDC0B; }
a { background-color: rgb(14,220,11); }
div.DivClassName
{
background-color: #0EDC0B;
}
.BgClassName
{
background-color: #0EDC0B;
}
</style>
border-color css
<style>
span { border-color: #0EDC0B; }
span { border-color: rgb(14,220,11); }
td.TdClassName
{
border-color: #0EDC0B;
}
.TagClassName
{
border-color: #0EDC0B;
}
</style>