Shades of Free Speech Green #14EE1D
Tints of Free Speech Green #14EE1D
RGB
CMYK
RGB Variations
Color information
#14EE1D (or 0x14EE1D) is known color: Free Speech Green. HEX triplet: 14, EE and 1D. RGB value is (20,238,29). Sum of RGB (Red+Green+Blue) = 20+238+29=287 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.97% from 287); Green value is 238 (93.36% from 255 or 82.93% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 238 - color contains mainly: green. Hex color #14EE1D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14EE1D is #EB11E2. Grayscale: #959595. Windows color (decimal): -15405539 or 1961492. OLE color: 1961492.
HSL color Cylindrical-coordinate representation of color #14EE1D: hue angle of 122.48º 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 #14EE1D is Cyan = 0.92, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 238 | 29 | - |
| CMYK | 0.92 | 0 | 0.88 | 0.07 |
| HSL | 122.48º | 0.87% | 0.51% | - |
| HSV(B) | 122.48º | 0.92% | 0.93% | - |
| XYZ | 31.08 | 61.39 | 11.37 | - |
| YUV | 148.99 | 60.28 | 35.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 238 | 29 | 0.92 | 0 | 0.88 | 0.07 | 122.48 | 0.87 | 0.51 |
| Hex | 14 | EE | 1D | 5C | 0 | 58 | 7 | 7A | 57 | 33 |
| Octal | 24 | 356 | 35 | 134 | 0 | 130 | 7 | 172 | 127 | 63 |
| Binary | 10100 | 11101110 | 11101 | 1011100 | 0 | 1011000 | 111 | 1111010 | 1010111 | 110011 |
Color Harmonies of #14EE1D
Complementary color
Monochromatic Colors of #14EE1D
Black with #14EE1D
Text Example
Text Example
White with #14EE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EE1D; }
p { color: rgb(20,238,29); }
H1.HeaderClassName
{
color: #14EE1D;
}
.AnyTagClassName
{
color: #14EE1D;
}
</style>
background-color css
<style>
a { background-color: #14EE1D; }
a { background-color: rgb(20,238,29); }
div.DivClassName
{
background-color: #14EE1D;
}
.BgClassName
{
background-color: #14EE1D;
}
</style>
border-color css
<style>
span { border-color: #14EE1D; }
span { border-color: rgb(20,238,29); }
td.TdClassName
{
border-color: #14EE1D;
}
.TagClassName
{
border-color: #14EE1D;
}
</style>