Shades of Free Speech Green #0EDC1D
Tints of Free Speech Green #0EDC1D
RGB
CMYK
RGB Variations
Color information
#0EDC1D (or 0x0EDC1D) is known color: Free Speech Green. HEX triplet: 0E, DC and 1D. RGB value is (14,220,29). Sum of RGB (Red+Green+Blue) = 14+220+29=263 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.32% from 263); Green value is 220 (86.33% from 255 or 83.65% from 263); Blue value is 29 (11.72% from 255 or 11.03% from 263); Max value from RGB is 220 - color contains mainly: green. Hex color #0EDC1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EDC1D is #F123E2. Grayscale: #898989. Windows color (decimal): -15803363 or 1956878. OLE color: 1956878.
HSL color Cylindrical-coordinate representation of color #0EDC1D: hue angle of 124.37º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDC1D is Cyan = 0.94, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 220 | 29 | - |
| CMYK | 0.94 | 0 | 0.87 | 0.14 |
| HSL | 124.37º | 0.88% | 0.46% | - |
| HSV(B) | 124.37º | 0.94% | 0.86% | - |
| XYZ | 26 | 51.37 | 9.71 | - |
| YUV | 136.63 | 67.25 | 40.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 220 | 29 | 0.94 | 0 | 0.87 | 0.14 | 124.37 | 0.88 | 0.46 |
| Hex | E | DC | 1D | 5E | 0 | 57 | E | 7C | 58 | 2E |
| Octal | 16 | 334 | 35 | 136 | 0 | 127 | 16 | 174 | 130 | 56 |
| Binary | 1110 | 11011100 | 11101 | 1011110 | 0 | 1010111 | 1110 | 1111100 | 1011000 | 101110 |
Color Harmonies of #0EDC1D
Complementary color
Monochromatic Colors of #0EDC1D
Black with #0EDC1D
Text Example
Text Example
White with #0EDC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDC1D; }
p { color: rgb(14,220,29); }
H1.HeaderClassName
{
color: #0EDC1D;
}
.AnyTagClassName
{
color: #0EDC1D;
}
</style>
background-color css
<style>
a { background-color: #0EDC1D; }
a { background-color: rgb(14,220,29); }
div.DivClassName
{
background-color: #0EDC1D;
}
.BgClassName
{
background-color: #0EDC1D;
}
</style>
border-color css
<style>
span { border-color: #0EDC1D; }
span { border-color: rgb(14,220,29); }
td.TdClassName
{
border-color: #0EDC1D;
}
.TagClassName
{
border-color: #0EDC1D;
}
</style>