Shades of Free Speech Green #0ED108
Tints of Free Speech Green #0ED108
RGB
CMYK
RGB Variations
Color information
#0ED108 (or 0x0ED108) is known color: Free Speech Green. HEX triplet: 0E, D1 and 08. RGB value is (14,209,8). Sum of RGB (Red+Green+Blue) = 14+209+8=231 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.06% from 231); Green value is 209 (82.03% from 255 or 90.48% from 231); Blue value is 8 (3.52% from 255 or 3.46% from 231); Max value from RGB is 209 - color contains mainly: green. Hex color #0ED108 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ED108 is #F12EF7. Grayscale: #808080. Windows color (decimal): -15806200 or 577806. OLE color: 577806.
HSL color Cylindrical-coordinate representation of color #0ED108: hue angle of 118.21º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ED108 is Cyan = 0.93, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 14 | 209 | 8 | - |
| CMYK | 0.93 | 0 | 0.96 | 0.18 |
| HSL | 118.21º | 0.93% | 0.43% | - |
| HSV(B) | 118.21º | 0.96% | 0.82% | - |
| XYZ | 23.03 | 45.71 | 7.84 | - |
| YUV | 127.78 | 60.4 | 46.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 209 | 8 | 0.93 | 0 | 0.96 | 0.18 | 118.21 | 0.93 | 0.43 |
| Hex | E | D1 | 8 | 5D | 0 | 60 | 12 | 76 | 5D | 2B |
| Octal | 16 | 321 | 10 | 135 | 0 | 140 | 22 | 166 | 135 | 53 |
| Binary | 1110 | 11010001 | 1000 | 1011101 | 0 | 1100000 | 10010 | 1110110 | 1011101 | 101011 |
Color Harmonies of #0ED108
Complementary color
Monochromatic Colors of #0ED108
Black with #0ED108
Text Example
Text Example
White with #0ED108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED108; }
p { color: rgb(14,209,8); }
H1.HeaderClassName
{
color: #0ED108;
}
.AnyTagClassName
{
color: #0ED108;
}
</style>
background-color css
<style>
a { background-color: #0ED108; }
a { background-color: rgb(14,209,8); }
div.DivClassName
{
background-color: #0ED108;
}
.BgClassName
{
background-color: #0ED108;
}
</style>
border-color css
<style>
span { border-color: #0ED108; }
span { border-color: rgb(14,209,8); }
td.TdClassName
{
border-color: #0ED108;
}
.TagClassName
{
border-color: #0ED108;
}
</style>