Shades of Free Speech Green #0EDA0C
Tints of Free Speech Green #0EDA0C
RGB
CMYK
RGB Variations
Color information
#0EDA0C (or 0x0EDA0C) is known color: Free Speech Green. HEX triplet: 0E, DA and 0C. RGB value is (14,218,12). Sum of RGB (Red+Green+Blue) = 14+218+12=244 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.74% from 244); Green value is 218 (85.55% from 255 or 89.34% from 244); Blue value is 12 (5.08% from 255 or 4.92% from 244); Max value from RGB is 218 - color contains mainly: green. Hex color #0EDA0C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EDA0C is #F125F3. Grayscale: #868686. Windows color (decimal): -15803892 or 842254. OLE color: 842254.
HSL color Cylindrical-coordinate representation of color #0EDA0C: hue angle of 119.42º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDA0C is Cyan = 0.94, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 14 | 218 | 12 | - |
| CMYK | 0.94 | 0 | 0.94 | 0.15 |
| HSL | 119.42º | 0.9% | 0.45% | - |
| HSV(B) | 119.42º | 0.94% | 0.85% | - |
| XYZ | 25.32 | 50.26 | 8.72 | - |
| YUV | 133.52 | 59.41 | 42.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 218 | 12 | 0.94 | 0 | 0.94 | 0.15 | 119.42 | 0.9 | 0.45 |
| Hex | E | DA | C | 5E | 0 | 5E | F | 77 | 5A | 2D |
| Octal | 16 | 332 | 14 | 136 | 0 | 136 | 17 | 167 | 132 | 55 |
| Binary | 1110 | 11011010 | 1100 | 1011110 | 0 | 1011110 | 1111 | 1110111 | 1011010 | 101101 |
Color Harmonies of #0EDA0C
Complementary color
Monochromatic Colors of #0EDA0C
Black with #0EDA0C
Text Example
Text Example
White with #0EDA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDA0C; }
p { color: rgb(14,218,12); }
H1.HeaderClassName
{
color: #0EDA0C;
}
.AnyTagClassName
{
color: #0EDA0C;
}
</style>
background-color css
<style>
a { background-color: #0EDA0C; }
a { background-color: rgb(14,218,12); }
div.DivClassName
{
background-color: #0EDA0C;
}
.BgClassName
{
background-color: #0EDA0C;
}
</style>
border-color css
<style>
span { border-color: #0EDA0C; }
span { border-color: rgb(14,218,12); }
td.TdClassName
{
border-color: #0EDA0C;
}
.TagClassName
{
border-color: #0EDA0C;
}
</style>