Shades of Free Speech Green #19D912
Tints of Free Speech Green #19D912
RGB
CMYK
RGB Variations
Color information
#19D912 (or 0x19D912) is known color: Free Speech Green. HEX triplet: 19, D9 and 12. RGB value is (25,217,18). Sum of RGB (Red+Green+Blue) = 25+217+18=260 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.62% from 260); Green value is 217 (85.16% from 255 or 83.46% from 260); Blue value is 18 (7.42% from 255 or 6.92% from 260); Max value from RGB is 217 - color contains mainly: green. Hex color #19D912 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19D912 is #E626ED. Grayscale: #898989. Windows color (decimal): -15083246 or 1235225. OLE color: 1235225.
HSL color Cylindrical-coordinate representation of color #19D912: hue angle of 117.89º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #19D912 is Cyan = 0.88, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 25 | 217 | 18 | - |
| CMYK | 0.88 | 0 | 0.92 | 0.15 |
| HSL | 117.89º | 0.85% | 0.46% | - |
| HSV(B) | 117.89º | 0.92% | 0.85% | - |
| XYZ | 25.32 | 49.88 | 8.86 | - |
| YUV | 136.91 | 60.89 | 48.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 217 | 18 | 0.88 | 0 | 0.92 | 0.15 | 117.89 | 0.85 | 0.46 |
| Hex | 19 | D9 | 12 | 58 | 0 | 5C | F | 76 | 55 | 2E |
| Octal | 31 | 331 | 22 | 130 | 0 | 134 | 17 | 166 | 125 | 56 |
| Binary | 11001 | 11011001 | 10010 | 1011000 | 0 | 1011100 | 1111 | 1110110 | 1010101 | 101110 |
Color Harmonies of #19D912
Complementary color
Monochromatic Colors of #19D912
Black with #19D912
Text Example
Text Example
White with #19D912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19D912; }
p { color: rgb(25,217,18); }
H1.HeaderClassName
{
color: #19D912;
}
.AnyTagClassName
{
color: #19D912;
}
</style>
background-color css
<style>
a { background-color: #19D912; }
a { background-color: rgb(25,217,18); }
div.DivClassName
{
background-color: #19D912;
}
.BgClassName
{
background-color: #19D912;
}
</style>
border-color css
<style>
span { border-color: #19D912; }
span { border-color: rgb(25,217,18); }
td.TdClassName
{
border-color: #19D912;
}
.TagClassName
{
border-color: #19D912;
}
</style>