Shades of Free Speech Green #19D205
Tints of Free Speech Green #19D205
RGB
CMYK
RGB Variations
Color information
#19D205 (or 0x19D205) is known color: Free Speech Green. HEX triplet: 19, D2 and 05. RGB value is (25,210,5). Sum of RGB (Red+Green+Blue) = 25+210+5=240 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.42% from 240); Green value is 210 (82.42% from 255 or 87.5% from 240); Blue value is 5 (2.34% from 255 or 2.08% from 240); Max value from RGB is 210 - color contains mainly: green. Hex color #19D205 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19D205 is #E62DFA. Grayscale: #838383. Windows color (decimal): -15085051 or 381465. OLE color: 381465.
HSL color Cylindrical-coordinate representation of color #19D205: hue angle of 114.15º 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 #19D205 is Cyan = 0.88, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 25 | 210 | 5 | - |
| CMYK | 0.88 | 0 | 0.98 | 0.18 |
| HSL | 114.15º | 0.95% | 0.42% | - |
| HSV(B) | 114.15º | 0.98% | 0.82% | - |
| XYZ | 23.47 | 46.31 | 7.85 | - |
| YUV | 131.32 | 56.71 | 52.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 210 | 5 | 0.88 | 0 | 0.98 | 0.18 | 114.15 | 0.95 | 0.42 |
| Hex | 19 | D2 | 5 | 58 | 0 | 62 | 12 | 72 | 5F | 2A |
| Octal | 31 | 322 | 5 | 130 | 0 | 142 | 22 | 162 | 137 | 52 |
| Binary | 11001 | 11010010 | 101 | 1011000 | 0 | 1100010 | 10010 | 1110010 | 1011111 | 101010 |
Color Harmonies of #19D205
Complementary color
Monochromatic Colors of #19D205
Black with #19D205
Text Example
Text Example
White with #19D205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19D205; }
p { color: rgb(25,210,5); }
H1.HeaderClassName
{
color: #19D205;
}
.AnyTagClassName
{
color: #19D205;
}
</style>
background-color css
<style>
a { background-color: #19D205; }
a { background-color: rgb(25,210,5); }
div.DivClassName
{
background-color: #19D205;
}
.BgClassName
{
background-color: #19D205;
}
</style>
border-color css
<style>
span { border-color: #19D205; }
span { border-color: rgb(25,210,5); }
td.TdClassName
{
border-color: #19D205;
}
.TagClassName
{
border-color: #19D205;
}
</style>