Shades of Free Speech Green #19D908
Tints of Free Speech Green #19D908
RGB
CMYK
RGB Variations
Color information
#19D908 (or 0x19D908) is known color: Free Speech Green. HEX triplet: 19, D9 and 08. RGB value is (25,217,8). Sum of RGB (Red+Green+Blue) = 25+217+8=250 (33% of max value = 765). Red value is 25 (10.16% from 255 or 10% from 250); Green value is 217 (85.16% from 255 or 86.8% from 250); Blue value is 8 (3.52% from 255 or 3.2% from 250); Max value from RGB is 217 - color contains mainly: green. Hex color #19D908 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19D908 is #E626F7. Grayscale: #888888. Windows color (decimal): -15083256 or 579865. OLE color: 579865.
HSL color Cylindrical-coordinate representation of color #19D908: hue angle of 115.12º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #19D908 is Cyan = 0.88, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 25 | 217 | 8 | - |
| CMYK | 0.88 | 0 | 0.96 | 0.15 |
| HSL | 115.12º | 0.93% | 0.44% | - |
| HSV(B) | 115.12º | 0.96% | 0.85% | - |
| XYZ | 25.26 | 49.85 | 8.52 | - |
| YUV | 135.77 | 55.89 | 48.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 217 | 8 | 0.88 | 0 | 0.96 | 0.15 | 115.12 | 0.93 | 0.44 |
| Hex | 19 | D9 | 8 | 58 | 0 | 60 | F | 73 | 5D | 2C |
| Octal | 31 | 331 | 10 | 130 | 0 | 140 | 17 | 163 | 135 | 54 |
| Binary | 11001 | 11011001 | 1000 | 1011000 | 0 | 1100000 | 1111 | 1110011 | 1011101 | 101100 |
Color Harmonies of #19D908
Complementary color
Monochromatic Colors of #19D908
Black with #19D908
Text Example
Text Example
White with #19D908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19D908; }
p { color: rgb(25,217,8); }
H1.HeaderClassName
{
color: #19D908;
}
.AnyTagClassName
{
color: #19D908;
}
</style>
background-color css
<style>
a { background-color: #19D908; }
a { background-color: rgb(25,217,8); }
div.DivClassName
{
background-color: #19D908;
}
.BgClassName
{
background-color: #19D908;
}
</style>
border-color css
<style>
span { border-color: #19D908; }
span { border-color: rgb(25,217,8); }
td.TdClassName
{
border-color: #19D908;
}
.TagClassName
{
border-color: #19D908;
}
</style>