Shades of Free Speech Green #19D90D
Tints of Free Speech Green #19D90D
RGB
CMYK
RGB Variations
Color information
#19D90D (or 0x19D90D) is known color: Free Speech Green. HEX triplet: 19, D9 and 0D. RGB value is (25,217,13). Sum of RGB (Red+Green+Blue) = 25+217+13=255 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.80% from 255); Green value is 217 (85.16% from 255 or 85.10% from 255); Blue value is 13 (5.47% from 255 or 5.10% from 255); Max value from RGB is 217 - color contains mainly: green. Hex color #19D90D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19D90D is #E626F2. Grayscale: #888888. Windows color (decimal): -15083251 or 907545. OLE color: 907545.
HSL color Cylindrical-coordinate representation of color #19D90D: hue angle of 116.47º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #19D90D is Cyan = 0.88, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 25 | 217 | 13 | - |
| CMYK | 0.88 | 0 | 0.94 | 0.15 |
| HSL | 116.47º | 0.89% | 0.45% | - |
| HSV(B) | 116.47º | 0.94% | 0.85% | - |
| XYZ | 25.29 | 49.86 | 8.67 | - |
| YUV | 136.34 | 58.39 | 48.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 217 | 13 | 0.88 | 0 | 0.94 | 0.15 | 116.47 | 0.89 | 0.45 |
| Hex | 19 | D9 | D | 58 | 0 | 5E | F | 74 | 59 | 2D |
| Octal | 31 | 331 | 15 | 130 | 0 | 136 | 17 | 164 | 131 | 55 |
| Binary | 11001 | 11011001 | 1101 | 1011000 | 0 | 1011110 | 1111 | 1110100 | 1011001 | 101101 |
Color Harmonies of #19D90D
Complementary color
Monochromatic Colors of #19D90D
Black with #19D90D
Text Example
Text Example
White with #19D90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19D90D; }
p { color: rgb(25,217,13); }
H1.HeaderClassName
{
color: #19D90D;
}
.AnyTagClassName
{
color: #19D90D;
}
</style>
background-color css
<style>
a { background-color: #19D90D; }
a { background-color: rgb(25,217,13); }
div.DivClassName
{
background-color: #19D90D;
}
.BgClassName
{
background-color: #19D90D;
}
</style>
border-color css
<style>
span { border-color: #19D90D; }
span { border-color: rgb(25,217,13); }
td.TdClassName
{
border-color: #19D90D;
}
.TagClassName
{
border-color: #19D90D;
}
</style>