Shades of Free Speech Green #19D105
Tints of Free Speech Green #19D105
RGB
CMYK
RGB Variations
Color information
#19D105 (or 0x19D105) is known color: Free Speech Green. HEX triplet: 19, D1 and 05. RGB value is (25,209,5). Sum of RGB (Red+Green+Blue) = 25+209+5=239 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.46% from 239); Green value is 209 (82.03% from 255 or 87.45% from 239); Blue value is 5 (2.34% from 255 or 2.09% from 239); Max value from RGB is 209 - color contains mainly: green. Hex color #19D105 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19D105 is #E62EFA. Grayscale: #838383. Windows color (decimal): -15085307 or 381209. OLE color: 381209.
HSL color Cylindrical-coordinate representation of color #19D105: hue angle of 114.12º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #19D105 is Cyan = 0.88, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 25 | 209 | 5 | - |
| CMYK | 0.88 | 0 | 0.98 | 0.18 |
| HSL | 114.12º | 0.95% | 0.42% | - |
| HSV(B) | 114.12º | 0.98% | 0.82% | - |
| XYZ | 23.23 | 45.82 | 7.76 | - |
| YUV | 130.73 | 57.04 | 52.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 209 | 5 | 0.88 | 0 | 0.98 | 0.18 | 114.12 | 0.95 | 0.42 |
| Hex | 19 | D1 | 5 | 58 | 0 | 62 | 12 | 72 | 5F | 2A |
| Octal | 31 | 321 | 5 | 130 | 0 | 142 | 22 | 162 | 137 | 52 |
| Binary | 11001 | 11010001 | 101 | 1011000 | 0 | 1100010 | 10010 | 1110010 | 1011111 | 101010 |
Color Harmonies of #19D105
Complementary color
Monochromatic Colors of #19D105
Black with #19D105
Text Example
Text Example
White with #19D105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19D105; }
p { color: rgb(25,209,5); }
H1.HeaderClassName
{
color: #19D105;
}
.AnyTagClassName
{
color: #19D105;
}
</style>
background-color css
<style>
a { background-color: #19D105; }
a { background-color: rgb(25,209,5); }
div.DivClassName
{
background-color: #19D105;
}
.BgClassName
{
background-color: #19D105;
}
</style>
border-color css
<style>
span { border-color: #19D105; }
span { border-color: rgb(25,209,5); }
td.TdClassName
{
border-color: #19D105;
}
.TagClassName
{
border-color: #19D105;
}
</style>