Shades of Free Speech Green #0EDA23
Tints of Free Speech Green #0EDA23
RGB
CMYK
RGB Variations
Color information
#0EDA23 (or 0x0EDA23) is known color: Free Speech Green. HEX triplet: 0E, DA and 23. RGB value is (14,218,35). Sum of RGB (Red+Green+Blue) = 14+218+35=267 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.24% from 267); Green value is 218 (85.55% from 255 or 81.65% from 267); Blue value is 35 (14.06% from 255 or 13.11% from 267); Max value from RGB is 218 - color contains mainly: green. Hex color #0EDA23 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EDA23 is #F125DC. Grayscale: #888888. Windows color (decimal): -15803869 or 2349582. OLE color: 2349582.
HSL color Cylindrical-coordinate representation of color #0EDA23: hue angle of 126.18º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDA23 is Cyan = 0.94, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 14 | 218 | 35 | - |
| CMYK | 0.94 | 0 | 0.84 | 0.15 |
| HSL | 126.18º | 0.88% | 0.45% | - |
| HSV(B) | 126.18º | 0.94% | 0.85% | - |
| XYZ | 25.56 | 50.36 | 9.96 | - |
| YUV | 136.14 | 70.91 | 40.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 218 | 35 | 0.94 | 0 | 0.84 | 0.15 | 126.18 | 0.88 | 0.45 |
| Hex | E | DA | 23 | 5E | 0 | 54 | F | 7E | 58 | 2D |
| Octal | 16 | 332 | 43 | 136 | 0 | 124 | 17 | 176 | 130 | 55 |
| Binary | 1110 | 11011010 | 100011 | 1011110 | 0 | 1010100 | 1111 | 1111110 | 1011000 | 101101 |
Color Harmonies of #0EDA23
Complementary color
Monochromatic Colors of #0EDA23
Black with #0EDA23
Text Example
Text Example
White with #0EDA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDA23; }
p { color: rgb(14,218,35); }
H1.HeaderClassName
{
color: #0EDA23;
}
.AnyTagClassName
{
color: #0EDA23;
}
</style>
background-color css
<style>
a { background-color: #0EDA23; }
a { background-color: rgb(14,218,35); }
div.DivClassName
{
background-color: #0EDA23;
}
.BgClassName
{
background-color: #0EDA23;
}
</style>
border-color css
<style>
span { border-color: #0EDA23; }
span { border-color: rgb(14,218,35); }
td.TdClassName
{
border-color: #0EDA23;
}
.TagClassName
{
border-color: #0EDA23;
}
</style>