Shades of Free Speech Green #19D815
Tints of Free Speech Green #19D815
RGB
CMYK
RGB Variations
Color information
#19D815 (or 0x19D815) is known color: Free Speech Green. HEX triplet: 19, D8 and 15. RGB value is (25,216,21). Sum of RGB (Red+Green+Blue) = 25+216+21=262 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.54% from 262); Green value is 216 (84.77% from 255 or 82.44% from 262); Blue value is 21 (8.59% from 255 or 8.02% from 262); Max value from RGB is 216 - color contains mainly: green. Hex color #19D815 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19D815 is #E627EA. Grayscale: #898989. Windows color (decimal): -15083499 or 1431577. OLE color: 1431577.
HSL color Cylindrical-coordinate representation of color #19D815: hue angle of 118.77º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19D815 is Cyan = 0.88, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 25 | 216 | 21 | - |
| CMYK | 0.88 | 0 | 0.90 | 0.15 |
| HSL | 118.77º | 0.82% | 0.46% | - |
| HSV(B) | 118.77º | 0.9% | 0.85% | - |
| XYZ | 25.09 | 49.37 | 8.92 | - |
| YUV | 136.66 | 62.72 | 48.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 216 | 21 | 0.88 | 0 | 0.90 | 0.15 | 118.77 | 0.82 | 0.46 |
| Hex | 19 | D8 | 15 | 58 | 0 | 5A | F | 77 | 52 | 2E |
| Octal | 31 | 330 | 25 | 130 | 0 | 132 | 17 | 167 | 122 | 56 |
| Binary | 11001 | 11011000 | 10101 | 1011000 | 0 | 1011010 | 1111 | 1110111 | 1010010 | 101110 |
Color Harmonies of #19D815
Complementary color
Monochromatic Colors of #19D815
Black with #19D815
Text Example
Text Example
White with #19D815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19D815; }
p { color: rgb(25,216,21); }
H1.HeaderClassName
{
color: #19D815;
}
.AnyTagClassName
{
color: #19D815;
}
</style>
background-color css
<style>
a { background-color: #19D815; }
a { background-color: rgb(25,216,21); }
div.DivClassName
{
background-color: #19D815;
}
.BgClassName
{
background-color: #19D815;
}
</style>
border-color css
<style>
span { border-color: #19D815; }
span { border-color: rgb(25,216,21); }
td.TdClassName
{
border-color: #19D815;
}
.TagClassName
{
border-color: #19D815;
}
</style>