Shades of Free Speech Green #0EDC06
Tints of Free Speech Green #0EDC06
RGB
CMYK
RGB Variations
Color information
#0EDC06 (or 0x0EDC06) is known color: Free Speech Green. HEX triplet: 0E, DC and 06. RGB value is (14,220,6). Sum of RGB (Red+Green+Blue) = 14+220+6=240 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.83% from 240); Green value is 220 (86.33% from 255 or 91.67% from 240); Blue value is 6 (2.73% from 255 or 2.5% from 240); Max value from RGB is 220 - color contains mainly: green. Hex color #0EDC06 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EDC06 is #F123F9. Grayscale: #868686. Windows color (decimal): -15803386 or 449550. OLE color: 449550.
HSL color Cylindrical-coordinate representation of color #0EDC06: hue angle of 117.76º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0EDC06 is Cyan = 0.94, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 220 | 6 | - |
| CMYK | 0.94 | 0 | 0.97 | 0.14 |
| HSL | 117.76º | 0.95% | 0.44% | - |
| HSV(B) | 117.76º | 0.97% | 0.86% | - |
| XYZ | 25.81 | 51.29 | 8.71 | - |
| YUV | 134.01 | 55.75 | 42.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 220 | 6 | 0.94 | 0 | 0.97 | 0.14 | 117.76 | 0.95 | 0.44 |
| Hex | E | DC | 6 | 5E | 0 | 61 | E | 76 | 5F | 2C |
| Octal | 16 | 334 | 6 | 136 | 0 | 141 | 16 | 166 | 137 | 54 |
| Binary | 1110 | 11011100 | 110 | 1011110 | 0 | 1100001 | 1110 | 1110110 | 1011111 | 101100 |
Color Harmonies of #0EDC06
Complementary color
Monochromatic Colors of #0EDC06
Black with #0EDC06
Text Example
Text Example
White with #0EDC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDC06; }
p { color: rgb(14,220,6); }
H1.HeaderClassName
{
color: #0EDC06;
}
.AnyTagClassName
{
color: #0EDC06;
}
</style>
background-color css
<style>
a { background-color: #0EDC06; }
a { background-color: rgb(14,220,6); }
div.DivClassName
{
background-color: #0EDC06;
}
.BgClassName
{
background-color: #0EDC06;
}
</style>
border-color css
<style>
span { border-color: #0EDC06; }
span { border-color: rgb(14,220,6); }
td.TdClassName
{
border-color: #0EDC06;
}
.TagClassName
{
border-color: #0EDC06;
}
</style>