Shades of Free Speech Green #14E022
Tints of Free Speech Green #14E022
RGB
CMYK
RGB Variations
Color information
#14E022 (or 0x14E022) is known color: Free Speech Green. HEX triplet: 14, E0 and 22. RGB value is (20,224,34). Sum of RGB (Red+Green+Blue) = 20+224+34=278 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.19% from 278); Green value is 224 (87.89% from 255 or 80.58% from 278); Blue value is 34 (13.67% from 255 or 12.23% from 278); Max value from RGB is 224 - color contains mainly: green. Hex color #14E022 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14E022 is #EB1FDD. Grayscale: #8D8D8D. Windows color (decimal): -15409118 or 2285588. OLE color: 2285588.
HSL color Cylindrical-coordinate representation of color #14E022: hue angle of 124.12º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E022 is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 20 | 224 | 34 | - |
| CMYK | 0.91 | 0 | 0.85 | 0.12 |
| HSL | 124.12º | 0.84% | 0.48% | - |
| HSV(B) | 124.12º | 0.91% | 0.88% | - |
| XYZ | 27.23 | 53.58 | 10.42 | - |
| YUV | 141.34 | 67.41 | 41.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 224 | 34 | 0.91 | 0 | 0.85 | 0.12 | 124.12 | 0.84 | 0.48 |
| Hex | 14 | E0 | 22 | 5B | 0 | 55 | C | 7C | 54 | 30 |
| Octal | 24 | 340 | 42 | 133 | 0 | 125 | 14 | 174 | 124 | 60 |
| Binary | 10100 | 11100000 | 100010 | 1011011 | 0 | 1010101 | 1100 | 1111100 | 1010100 | 110000 |
Color Harmonies of #14E022
Complementary color
Monochromatic Colors of #14E022
Black with #14E022
Text Example
Text Example
White with #14E022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E022; }
p { color: rgb(20,224,34); }
H1.HeaderClassName
{
color: #14E022;
}
.AnyTagClassName
{
color: #14E022;
}
</style>
background-color css
<style>
a { background-color: #14E022; }
a { background-color: rgb(20,224,34); }
div.DivClassName
{
background-color: #14E022;
}
.BgClassName
{
background-color: #14E022;
}
</style>
border-color css
<style>
span { border-color: #14E022; }
span { border-color: rgb(20,224,34); }
td.TdClassName
{
border-color: #14E022;
}
.TagClassName
{
border-color: #14E022;
}
</style>