Shades of Free Speech Green #0EDA0A
Tints of Free Speech Green #0EDA0A
RGB
CMYK
RGB Variations
Color information
#0EDA0A (or 0x0EDA0A) is known color: Free Speech Green. HEX triplet: 0E, DA and 0A. RGB value is (14,218,10). Sum of RGB (Red+Green+Blue) = 14+218+10=242 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.79% from 242); Green value is 218 (85.55% from 255 or 90.08% from 242); Blue value is 10 (4.30% from 255 or 4.13% from 242); Max value from RGB is 218 - color contains mainly: green. Hex color #0EDA0A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EDA0A is #F125F5. Grayscale: #858585. Windows color (decimal): -15803894 or 711182. OLE color: 711182.
HSL color Cylindrical-coordinate representation of color #0EDA0A: hue angle of 118.85º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0EDA0A is Cyan = 0.94, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 14 | 218 | 10 | - |
| CMYK | 0.94 | 0 | 0.95 | 0.15 |
| HSL | 118.85º | 0.91% | 0.45% | - |
| HSV(B) | 118.85º | 0.95% | 0.85% | - |
| XYZ | 25.31 | 50.26 | 8.65 | - |
| YUV | 133.29 | 58.41 | 42.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 218 | 10 | 0.94 | 0 | 0.95 | 0.15 | 118.85 | 0.91 | 0.45 |
| Hex | E | DA | A | 5E | 0 | 5F | F | 77 | 5B | 2D |
| Octal | 16 | 332 | 12 | 136 | 0 | 137 | 17 | 167 | 133 | 55 |
| Binary | 1110 | 11011010 | 1010 | 1011110 | 0 | 1011111 | 1111 | 1110111 | 1011011 | 101101 |
Color Harmonies of #0EDA0A
Complementary color
Monochromatic Colors of #0EDA0A
Black with #0EDA0A
Text Example
Text Example
White with #0EDA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDA0A; }
p { color: rgb(14,218,10); }
H1.HeaderClassName
{
color: #0EDA0A;
}
.AnyTagClassName
{
color: #0EDA0A;
}
</style>
background-color css
<style>
a { background-color: #0EDA0A; }
a { background-color: rgb(14,218,10); }
div.DivClassName
{
background-color: #0EDA0A;
}
.BgClassName
{
background-color: #0EDA0A;
}
</style>
border-color css
<style>
span { border-color: #0EDA0A; }
span { border-color: rgb(14,218,10); }
td.TdClassName
{
border-color: #0EDA0A;
}
.TagClassName
{
border-color: #0EDA0A;
}
</style>