Shades of Free Speech Green #19D918
Tints of Free Speech Green #19D918
RGB
CMYK
RGB Variations
Color information
#19D918 (or 0x19D918) is known color: Free Speech Green. HEX triplet: 19, D9 and 18. RGB value is (25,217,24). Sum of RGB (Red+Green+Blue) = 25+217+24=266 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.40% from 266); Green value is 217 (85.16% from 255 or 81.58% from 266); Blue value is 24 (9.77% from 255 or 9.02% from 266); Max value from RGB is 217 - color contains mainly: green. Hex color #19D918 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19D918 is #E626E7. Grayscale: #8A8A8A. Windows color (decimal): -15083240 or 1628441. OLE color: 1628441.
HSL color Cylindrical-coordinate representation of color #19D918: hue angle of 119.69º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19D918 is Cyan = 0.88, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 25 | 217 | 24 | - |
| CMYK | 0.88 | 0 | 0.89 | 0.15 |
| HSL | 119.69º | 0.8% | 0.47% | - |
| HSV(B) | 119.69º | 0.89% | 0.85% | - |
| XYZ | 25.38 | 49.9 | 9.16 | - |
| YUV | 137.59 | 63.89 | 47.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 217 | 24 | 0.88 | 0 | 0.89 | 0.15 | 119.69 | 0.8 | 0.47 |
| Hex | 19 | D9 | 18 | 58 | 0 | 59 | F | 78 | 50 | 2F |
| Octal | 31 | 331 | 30 | 130 | 0 | 131 | 17 | 170 | 120 | 57 |
| Binary | 11001 | 11011001 | 11000 | 1011000 | 0 | 1011001 | 1111 | 1111000 | 1010000 | 101111 |
Color Harmonies of #19D918
Complementary color
Monochromatic Colors of #19D918
Black with #19D918
Text Example
Text Example
White with #19D918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19D918; }
p { color: rgb(25,217,24); }
H1.HeaderClassName
{
color: #19D918;
}
.AnyTagClassName
{
color: #19D918;
}
</style>
background-color css
<style>
a { background-color: #19D918; }
a { background-color: rgb(25,217,24); }
div.DivClassName
{
background-color: #19D918;
}
.BgClassName
{
background-color: #19D918;
}
</style>
border-color css
<style>
span { border-color: #19D918; }
span { border-color: rgb(25,217,24); }
td.TdClassName
{
border-color: #19D918;
}
.TagClassName
{
border-color: #19D918;
}
</style>