Shades of Free Speech Green #19D715
Tints of Free Speech Green #19D715
RGB
CMYK
RGB Variations
Color information
#19D715 (or 0x19D715) is known color: Free Speech Green. HEX triplet: 19, D7 and 15. RGB value is (25,215,21). Sum of RGB (Red+Green+Blue) = 25+215+21=261 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.58% from 261); Green value is 215 (84.38% from 255 or 82.38% from 261); Blue value is 21 (8.59% from 255 or 8.05% from 261); Max value from RGB is 215 - color contains mainly: green. Hex color #19D715 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19D715 is #E628EA. Grayscale: #888888. Windows color (decimal): -15083755 or 1431321. OLE color: 1431321.
HSL color Cylindrical-coordinate representation of color #19D715: hue angle of 118.76º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19D715 is Cyan = 0.88, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 25 | 215 | 21 | - |
| CMYK | 0.88 | 0 | 0.90 | 0.16 |
| HSL | 118.76º | 0.82% | 0.46% | - |
| HSV(B) | 118.76º | 0.9% | 0.84% | - |
| XYZ | 24.84 | 48.86 | 8.83 | - |
| YUV | 136.07 | 63.05 | 48.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 215 | 21 | 0.88 | 0 | 0.90 | 0.16 | 118.76 | 0.82 | 0.46 |
| Hex | 19 | D7 | 15 | 58 | 0 | 5A | 10 | 77 | 52 | 2E |
| Octal | 31 | 327 | 25 | 130 | 0 | 132 | 20 | 167 | 122 | 56 |
| Binary | 11001 | 11010111 | 10101 | 1011000 | 0 | 1011010 | 10000 | 1110111 | 1010010 | 101110 |
Color Harmonies of #19D715
Complementary color
Monochromatic Colors of #19D715
Black with #19D715
Text Example
Text Example
White with #19D715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19D715; }
p { color: rgb(25,215,21); }
H1.HeaderClassName
{
color: #19D715;
}
.AnyTagClassName
{
color: #19D715;
}
</style>
background-color css
<style>
a { background-color: #19D715; }
a { background-color: rgb(25,215,21); }
div.DivClassName
{
background-color: #19D715;
}
.BgClassName
{
background-color: #19D715;
}
</style>
border-color css
<style>
span { border-color: #19D715; }
span { border-color: rgb(25,215,21); }
td.TdClassName
{
border-color: #19D715;
}
.TagClassName
{
border-color: #19D715;
}
</style>