Shades of Free Speech Green #19EE14
Tints of Free Speech Green #19EE14
RGB
CMYK
RGB Variations
Color information
#19EE14 (or 0x19EE14) is known color: Free Speech Green. HEX triplet: 19, EE and 14. RGB value is (25,238,20). Sum of RGB (Red+Green+Blue) = 25+238+20=283 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.83% from 283); Green value is 238 (93.36% from 255 or 84.10% from 283); Blue value is 20 (8.20% from 255 or 7.07% from 283); Max value from RGB is 238 - color contains mainly: green. Hex color #19EE14 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #19EE14 is #E611EB. Grayscale: #969696. Windows color (decimal): -15077868 or 1371673. OLE color: 1371673.
HSL color Cylindrical-coordinate representation of color #19EE14: hue angle of 118.62º 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 #19EE14 is Cyan = 0.89, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 238 | 20 | - |
| CMYK | 0.89 | 0 | 0.92 | 0.07 |
| HSL | 118.62º | 0.87% | 0.51% | - |
| HSV(B) | 118.62º | 0.92% | 0.93% | - |
| XYZ | 31.1 | 61.41 | 10.88 | - |
| YUV | 149.46 | 54.93 | 39.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 238 | 20 | 0.89 | 0 | 0.92 | 0.07 | 118.62 | 0.87 | 0.51 |
| Hex | 19 | EE | 14 | 59 | 0 | 5C | 7 | 77 | 57 | 33 |
| Octal | 31 | 356 | 24 | 131 | 0 | 134 | 7 | 167 | 127 | 63 |
| Binary | 11001 | 11101110 | 10100 | 1011001 | 0 | 1011100 | 111 | 1110111 | 1010111 | 110011 |
Color Harmonies of #19EE14
Complementary color
Monochromatic Colors of #19EE14
Black with #19EE14
Text Example
Text Example
White with #19EE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19EE14; }
p { color: rgb(25,238,20); }
H1.HeaderClassName
{
color: #19EE14;
}
.AnyTagClassName
{
color: #19EE14;
}
</style>
background-color css
<style>
a { background-color: #19EE14; }
a { background-color: rgb(25,238,20); }
div.DivClassName
{
background-color: #19EE14;
}
.BgClassName
{
background-color: #19EE14;
}
</style>
border-color css
<style>
span { border-color: #19EE14; }
span { border-color: rgb(25,238,20); }
td.TdClassName
{
border-color: #19EE14;
}
.TagClassName
{
border-color: #19EE14;
}
</style>