Shades of Free Speech Green #0ED618
Tints of Free Speech Green #0ED618
RGB
CMYK
RGB Variations
Color information
#0ED618 (or 0x0ED618) is known color: Free Speech Green. HEX triplet: 0E, D6 and 18. RGB value is (14,214,24). Sum of RGB (Red+Green+Blue) = 14+214+24=252 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.56% from 252); Green value is 214 (83.98% from 255 or 84.92% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 214 - color contains mainly: green. Hex color #0ED618 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ED618 is #F129E7. Grayscale: #858585. Windows color (decimal): -15804904 or 1627662. OLE color: 1627662.
HSL color Cylindrical-coordinate representation of color #0ED618: hue angle of 123º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED618 is Cyan = 0.93, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 14 | 214 | 24 | - |
| CMYK | 0.93 | 0 | 0.89 | 0.16 |
| HSL | 123º | 0.88% | 0.45% | - |
| HSV(B) | 123º | 0.93% | 0.84% | - |
| XYZ | 24.39 | 48.25 | 8.89 | - |
| YUV | 132.54 | 66.74 | 43.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 214 | 24 | 0.93 | 0 | 0.89 | 0.16 | 123 | 0.88 | 0.45 |
| Hex | E | D6 | 18 | 5D | 0 | 59 | 10 | 7B | 58 | 2D |
| Octal | 16 | 326 | 30 | 135 | 0 | 131 | 20 | 173 | 130 | 55 |
| Binary | 1110 | 11010110 | 11000 | 1011101 | 0 | 1011001 | 10000 | 1111011 | 1011000 | 101101 |
Color Harmonies of #0ED618
Complementary color
Monochromatic Colors of #0ED618
Black with #0ED618
Text Example
Text Example
White with #0ED618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED618; }
p { color: rgb(14,214,24); }
H1.HeaderClassName
{
color: #0ED618;
}
.AnyTagClassName
{
color: #0ED618;
}
</style>
background-color css
<style>
a { background-color: #0ED618; }
a { background-color: rgb(14,214,24); }
div.DivClassName
{
background-color: #0ED618;
}
.BgClassName
{
background-color: #0ED618;
}
</style>
border-color css
<style>
span { border-color: #0ED618; }
span { border-color: rgb(14,214,24); }
td.TdClassName
{
border-color: #0ED618;
}
.TagClassName
{
border-color: #0ED618;
}
</style>