Shades of Free Speech Green #14EA24
Tints of Free Speech Green #14EA24
RGB
CMYK
RGB Variations
Color information
#14EA24 (or 0x14EA24) is known color: Free Speech Green. HEX triplet: 14, EA and 24. RGB value is (20,234,36). Sum of RGB (Red+Green+Blue) = 20+234+36=290 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.90% from 290); Green value is 234 (91.80% from 255 or 80.69% from 290); Blue value is 36 (14.45% from 255 or 12.41% from 290); Max value from RGB is 234 - color contains mainly: green. Hex color #14EA24 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14EA24 is #EB15DB. Grayscale: #949494. Windows color (decimal): -15406556 or 2419220. OLE color: 2419220.
HSL color Cylindrical-coordinate representation of color #14EA24: hue angle of 124.49º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14EA24 is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 234 | 36 | - |
| CMYK | 0.91 | 0 | 0.85 | 0.08 |
| HSL | 124.49º | 0.84% | 0.5% | - |
| HSV(B) | 124.49º | 0.91% | 0.92% | - |
| XYZ | 30.03 | 59.12 | 11.5 | - |
| YUV | 147.44 | 65.1 | 37.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 234 | 36 | 0.91 | 0 | 0.85 | 0.08 | 124.49 | 0.84 | 0.5 |
| Hex | 14 | EA | 24 | 5B | 0 | 55 | 8 | 7C | 54 | 32 |
| Octal | 24 | 352 | 44 | 133 | 0 | 125 | 10 | 174 | 124 | 62 |
| Binary | 10100 | 11101010 | 100100 | 1011011 | 0 | 1010101 | 1000 | 1111100 | 1010100 | 110010 |
Color Harmonies of #14EA24
Complementary color
Monochromatic Colors of #14EA24
Black with #14EA24
Text Example
Text Example
White with #14EA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EA24; }
p { color: rgb(20,234,36); }
H1.HeaderClassName
{
color: #14EA24;
}
.AnyTagClassName
{
color: #14EA24;
}
</style>
background-color css
<style>
a { background-color: #14EA24; }
a { background-color: rgb(20,234,36); }
div.DivClassName
{
background-color: #14EA24;
}
.BgClassName
{
background-color: #14EA24;
}
</style>
border-color css
<style>
span { border-color: #14EA24; }
span { border-color: rgb(20,234,36); }
td.TdClassName
{
border-color: #14EA24;
}
.TagClassName
{
border-color: #14EA24;
}
</style>