Shades of Free Speech Green #19EF15
Tints of Free Speech Green #19EF15
RGB
CMYK
RGB Variations
Color information
#19EF15 (or 0x19EF15) is known color: Free Speech Green. HEX triplet: 19, EF and 15. RGB value is (25,239,21). Sum of RGB (Red+Green+Blue) = 25+239+21=285 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.77% from 285); Green value is 239 (93.75% from 255 or 83.86% from 285); Blue value is 21 (8.59% from 255 or 7.37% from 285); Max value from RGB is 239 - color contains mainly: green. Hex color #19EF15 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #19EF15 is #E610EA. Grayscale: #969696. Windows color (decimal): -15077611 or 1437465. OLE color: 1437465.
HSL color Cylindrical-coordinate representation of color #19EF15: hue angle of 118.9º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #19EF15 is Cyan = 0.90, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 239 | 21 | - |
| CMYK | 0.90 | 0 | 0.91 | 0.06 |
| HSL | 118.9º | 0.87% | 0.51% | - |
| HSV(B) | 118.9º | 0.91% | 0.94% | - |
| XYZ | 31.4 | 61.99 | 11.02 | - |
| YUV | 150.16 | 55.1 | 38.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 239 | 21 | 0.90 | 0 | 0.91 | 0.06 | 118.9 | 0.87 | 0.51 |
| Hex | 19 | EF | 15 | 5A | 0 | 5B | 6 | 77 | 57 | 33 |
| Octal | 31 | 357 | 25 | 132 | 0 | 133 | 6 | 167 | 127 | 63 |
| Binary | 11001 | 11101111 | 10101 | 1011010 | 0 | 1011011 | 110 | 1110111 | 1010111 | 110011 |
Color Harmonies of #19EF15
Complementary color
Monochromatic Colors of #19EF15
Black with #19EF15
Text Example
Text Example
White with #19EF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19EF15; }
p { color: rgb(25,239,21); }
H1.HeaderClassName
{
color: #19EF15;
}
.AnyTagClassName
{
color: #19EF15;
}
</style>
background-color css
<style>
a { background-color: #19EF15; }
a { background-color: rgb(25,239,21); }
div.DivClassName
{
background-color: #19EF15;
}
.BgClassName
{
background-color: #19EF15;
}
</style>
border-color css
<style>
span { border-color: #19EF15; }
span { border-color: rgb(25,239,21); }
td.TdClassName
{
border-color: #19EF15;
}
.TagClassName
{
border-color: #19EF15;
}
</style>