Shades of Free Speech Green #0ED723
Tints of Free Speech Green #0ED723
RGB
CMYK
RGB Variations
Color information
#0ED723 (or 0x0ED723) is known color: Free Speech Green. HEX triplet: 0E, D7 and 23. RGB value is (14,215,35). Sum of RGB (Red+Green+Blue) = 14+215+35=264 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.30% from 264); Green value is 215 (84.38% from 255 or 81.44% from 264); Blue value is 35 (14.06% from 255 or 13.26% from 264); Max value from RGB is 215 - color contains mainly: green. Hex color #0ED723 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED723 is #F128DC. Grayscale: #868686. Windows color (decimal): -15804637 or 2348814. OLE color: 2348814.
HSL color Cylindrical-coordinate representation of color #0ED723: hue angle of 126.27º 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 #0ED723 is Cyan = 0.93, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 14 | 215 | 35 | - |
| CMYK | 0.93 | 0 | 0.84 | 0.16 |
| HSL | 126.27º | 0.88% | 0.45% | - |
| HSV(B) | 126.27º | 0.93% | 0.84% | - |
| XYZ | 24.78 | 48.82 | 9.71 | - |
| YUV | 134.38 | 71.91 | 42.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 215 | 35 | 0.93 | 0 | 0.84 | 0.16 | 126.27 | 0.88 | 0.45 |
| Hex | E | D7 | 23 | 5D | 0 | 54 | 10 | 7E | 58 | 2D |
| Octal | 16 | 327 | 43 | 135 | 0 | 124 | 20 | 176 | 130 | 55 |
| Binary | 1110 | 11010111 | 100011 | 1011101 | 0 | 1010100 | 10000 | 1111110 | 1011000 | 101101 |
Color Harmonies of #0ED723
Complementary color
Monochromatic Colors of #0ED723
Black with #0ED723
Text Example
Text Example
White with #0ED723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED723; }
p { color: rgb(14,215,35); }
H1.HeaderClassName
{
color: #0ED723;
}
.AnyTagClassName
{
color: #0ED723;
}
</style>
background-color css
<style>
a { background-color: #0ED723; }
a { background-color: rgb(14,215,35); }
div.DivClassName
{
background-color: #0ED723;
}
.BgClassName
{
background-color: #0ED723;
}
</style>
border-color css
<style>
span { border-color: #0ED723; }
span { border-color: rgb(14,215,35); }
td.TdClassName
{
border-color: #0ED723;
}
.TagClassName
{
border-color: #0ED723;
}
</style>