Shades of Free Speech Green #14EE18
Tints of Free Speech Green #14EE18
RGB
CMYK
RGB Variations
Color information
#14EE18 (or 0x14EE18) is known color: Free Speech Green. HEX triplet: 14, EE and 18. RGB value is (20,238,24). Sum of RGB (Red+Green+Blue) = 20+238+24=282 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.09% from 282); Green value is 238 (93.36% from 255 or 84.40% from 282); Blue value is 24 (9.77% from 255 or 8.51% from 282); Max value from RGB is 238 - color contains mainly: green. Hex color #14EE18 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #14EE18 is #EB11E7. Grayscale: #959595. Windows color (decimal): -15405544 or 1633812. OLE color: 1633812.
HSL color Cylindrical-coordinate representation of color #14EE18: hue angle of 121.1º 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 #14EE18 is Cyan = 0.92, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 238 | 24 | - |
| CMYK | 0.92 | 0 | 0.90 | 0.07 |
| HSL | 121.1º | 0.87% | 0.51% | - |
| HSV(B) | 121.1º | 0.92% | 0.93% | - |
| XYZ | 31.03 | 61.36 | 11.07 | - |
| YUV | 148.42 | 57.78 | 36.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 238 | 24 | 0.92 | 0 | 0.90 | 0.07 | 121.1 | 0.87 | 0.51 |
| Hex | 14 | EE | 18 | 5C | 0 | 5A | 7 | 79 | 57 | 33 |
| Octal | 24 | 356 | 30 | 134 | 0 | 132 | 7 | 171 | 127 | 63 |
| Binary | 10100 | 11101110 | 11000 | 1011100 | 0 | 1011010 | 111 | 1111001 | 1010111 | 110011 |
Color Harmonies of #14EE18
Complementary color
Monochromatic Colors of #14EE18
Black with #14EE18
Text Example
Text Example
White with #14EE18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EE18; }
p { color: rgb(20,238,24); }
H1.HeaderClassName
{
color: #14EE18;
}
.AnyTagClassName
{
color: #14EE18;
}
</style>
background-color css
<style>
a { background-color: #14EE18; }
a { background-color: rgb(20,238,24); }
div.DivClassName
{
background-color: #14EE18;
}
.BgClassName
{
background-color: #14EE18;
}
</style>
border-color css
<style>
span { border-color: #14EE18; }
span { border-color: rgb(20,238,24); }
td.TdClassName
{
border-color: #14EE18;
}
.TagClassName
{
border-color: #14EE18;
}
</style>