Shades of Free Speech Green #14E121
Tints of Free Speech Green #14E121
RGB
CMYK
RGB Variations
Color information
#14E121 (or 0x14E121) is known color: Free Speech Green. HEX triplet: 14, E1 and 21. RGB value is (20,225,33). Sum of RGB (Red+Green+Blue) = 20+225+33=278 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.19% from 278); Green value is 225 (88.28% from 255 or 80.94% from 278); Blue value is 33 (13.28% from 255 or 11.87% from 278); Max value from RGB is 225 - color contains mainly: green. Hex color #14E121 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14E121 is #EB1EDE. Grayscale: #8E8E8E. Windows color (decimal): -15408863 or 2220308. OLE color: 2220308.
HSL color Cylindrical-coordinate representation of color #14E121: hue angle of 123.8º 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 #14E121 is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 20 | 225 | 33 | - |
| CMYK | 0.91 | 0 | 0.85 | 0.12 |
| HSL | 123.8º | 0.84% | 0.48% | - |
| HSV(B) | 123.8º | 0.91% | 0.88% | - |
| XYZ | 27.49 | 54.11 | 10.43 | - |
| YUV | 141.82 | 66.58 | 41.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 225 | 33 | 0.91 | 0 | 0.85 | 0.12 | 123.8 | 0.84 | 0.48 |
| Hex | 14 | E1 | 21 | 5B | 0 | 55 | C | 7C | 54 | 30 |
| Octal | 24 | 341 | 41 | 133 | 0 | 125 | 14 | 174 | 124 | 60 |
| Binary | 10100 | 11100001 | 100001 | 1011011 | 0 | 1010101 | 1100 | 1111100 | 1010100 | 110000 |
Color Harmonies of #14E121
Complementary color
Monochromatic Colors of #14E121
Black with #14E121
Text Example
Text Example
White with #14E121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E121; }
p { color: rgb(20,225,33); }
H1.HeaderClassName
{
color: #14E121;
}
.AnyTagClassName
{
color: #14E121;
}
</style>
background-color css
<style>
a { background-color: #14E121; }
a { background-color: rgb(20,225,33); }
div.DivClassName
{
background-color: #14E121;
}
.BgClassName
{
background-color: #14E121;
}
</style>
border-color css
<style>
span { border-color: #14E121; }
span { border-color: rgb(20,225,33); }
td.TdClassName
{
border-color: #14E121;
}
.TagClassName
{
border-color: #14E121;
}
</style>