Shades of Free Speech Green #0EDC08
Tints of Free Speech Green #0EDC08
RGB
CMYK
RGB Variations
Color information
#0EDC08 (or 0x0EDC08) is known color: Free Speech Green. HEX triplet: 0E, DC and 08. RGB value is (14,220,8). Sum of RGB (Red+Green+Blue) = 14+220+8=242 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.79% from 242); Green value is 220 (86.33% from 255 or 90.91% from 242); Blue value is 8 (3.52% from 255 or 3.31% from 242); Max value from RGB is 220 - color contains mainly: green. Hex color #0EDC08 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EDC08 is #F123F7. Grayscale: #868686. Windows color (decimal): -15803384 or 580622. OLE color: 580622.
HSL color Cylindrical-coordinate representation of color #0EDC08: hue angle of 118.3º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0EDC08 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 220 | 8 | - |
| CMYK | 0.94 | 0 | 0.96 | 0.14 |
| HSL | 118.3º | 0.93% | 0.45% | - |
| HSV(B) | 118.3º | 0.96% | 0.86% | - |
| XYZ | 25.82 | 51.3 | 8.77 | - |
| YUV | 134.24 | 56.75 | 42.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 220 | 8 | 0.94 | 0 | 0.96 | 0.14 | 118.3 | 0.93 | 0.45 |
| Hex | E | DC | 8 | 5E | 0 | 60 | E | 76 | 5D | 2D |
| Octal | 16 | 334 | 10 | 136 | 0 | 140 | 16 | 166 | 135 | 55 |
| Binary | 1110 | 11011100 | 1000 | 1011110 | 0 | 1100000 | 1110 | 1110110 | 1011101 | 101101 |
Color Harmonies of #0EDC08
Complementary color
Monochromatic Colors of #0EDC08
Black with #0EDC08
Text Example
Text Example
White with #0EDC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDC08; }
p { color: rgb(14,220,8); }
H1.HeaderClassName
{
color: #0EDC08;
}
.AnyTagClassName
{
color: #0EDC08;
}
</style>
background-color css
<style>
a { background-color: #0EDC08; }
a { background-color: rgb(14,220,8); }
div.DivClassName
{
background-color: #0EDC08;
}
.BgClassName
{
background-color: #0EDC08;
}
</style>
border-color css
<style>
span { border-color: #0EDC08; }
span { border-color: rgb(14,220,8); }
td.TdClassName
{
border-color: #0EDC08;
}
.TagClassName
{
border-color: #0EDC08;
}
</style>