Shades of Free Speech Green #14EE20
Tints of Free Speech Green #14EE20
RGB
CMYK
RGB Variations
Color information
#14EE20 (or 0x14EE20) is known color: Free Speech Green. HEX triplet: 14, EE and 20. RGB value is (20,238,32). Sum of RGB (Red+Green+Blue) = 20+238+32=290 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.90% from 290); Green value is 238 (93.36% from 255 or 82.07% from 290); Blue value is 32 (12.89% from 255 or 11.03% from 290); Max value from RGB is 238 - color contains mainly: green. Hex color #14EE20 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14EE20 is #EB11DF. Grayscale: #959595. Windows color (decimal): -15405536 or 2158100. OLE color: 2158100.
HSL color Cylindrical-coordinate representation of color #14EE20: hue angle of 123.3º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14EE20 is Cyan = 0.92, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 238 | 32 | - |
| CMYK | 0.92 | 0 | 0.87 | 0.07 |
| HSL | 123.3º | 0.87% | 0.51% | - |
| HSV(B) | 123.3º | 0.92% | 0.93% | - |
| XYZ | 31.12 | 61.4 | 11.58 | - |
| YUV | 149.33 | 61.78 | 35.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 238 | 32 | 0.92 | 0 | 0.87 | 0.07 | 123.3 | 0.87 | 0.51 |
| Hex | 14 | EE | 20 | 5C | 0 | 57 | 7 | 7B | 57 | 33 |
| Octal | 24 | 356 | 40 | 134 | 0 | 127 | 7 | 173 | 127 | 63 |
| Binary | 10100 | 11101110 | 100000 | 1011100 | 0 | 1010111 | 111 | 1111011 | 1010111 | 110011 |
Color Harmonies of #14EE20
Complementary color
Monochromatic Colors of #14EE20
Black with #14EE20
Text Example
Text Example
White with #14EE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EE20; }
p { color: rgb(20,238,32); }
H1.HeaderClassName
{
color: #14EE20;
}
.AnyTagClassName
{
color: #14EE20;
}
</style>
background-color css
<style>
a { background-color: #14EE20; }
a { background-color: rgb(20,238,32); }
div.DivClassName
{
background-color: #14EE20;
}
.BgClassName
{
background-color: #14EE20;
}
</style>
border-color css
<style>
span { border-color: #14EE20; }
span { border-color: rgb(20,238,32); }
td.TdClassName
{
border-color: #14EE20;
}
.TagClassName
{
border-color: #14EE20;
}
</style>