Shades of Shamrock #19D982
Tints of Shamrock #19D982
RGB
CMYK
RGB Variations
Color information
#19D982 (or 0x19D982) is known color: Shamrock. HEX triplet: 19, D9 and 82. RGB value is (25,217,130). Sum of RGB (Red+Green+Blue) = 25+217+130=372 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.72% from 372); Green value is 217 (85.16% from 255 or 58.33% from 372); Blue value is 130 (51.17% from 255 or 34.95% from 372); Max value from RGB is 217 - color contains mainly: green. Hex color #19D982 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19D982 is #E6267D. Grayscale: #959595. Windows color (decimal): -15083134 or 8575257. OLE color: 8575257.
HSL color Cylindrical-coordinate representation of color #19D982: hue angle of 152.81º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19D982 is Cyan = 0.88, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 25 | 217 | 130 | - |
| CMYK | 0.88 | 0 | 0.40 | 0.15 |
| HSL | 152.81º | 0.79% | 0.47% | - |
| HSV(B) | 152.81º | 0.88% | 0.85% | - |
| XYZ | 29.24 | 51.44 | 29.51 | - |
| YUV | 149.67 | 116.89 | 39.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 217 | 130 | 0.88 | 0 | 0.40 | 0.15 | 152.81 | 0.79 | 0.47 |
| Hex | 19 | D9 | 82 | 58 | 0 | 28 | F | 99 | 4F | 2F |
| Octal | 31 | 331 | 202 | 130 | 0 | 50 | 17 | 231 | 117 | 57 |
| Binary | 11001 | 11011001 | 10000010 | 1011000 | 0 | 101000 | 1111 | 10011001 | 1001111 | 101111 |
Color Harmonies of #19D982
Complementary color
Monochromatic Colors of #19D982
Black with #19D982
Text Example
Text Example
White with #19D982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19D982; }
p { color: rgb(25,217,130); }
H1.HeaderClassName
{
color: #19D982;
}
.AnyTagClassName
{
color: #19D982;
}
</style>
background-color css
<style>
a { background-color: #19D982; }
a { background-color: rgb(25,217,130); }
div.DivClassName
{
background-color: #19D982;
}
.BgClassName
{
background-color: #19D982;
}
</style>
border-color css
<style>
span { border-color: #19D982; }
span { border-color: rgb(25,217,130); }
td.TdClassName
{
border-color: #19D982;
}
.TagClassName
{
border-color: #19D982;
}
</style>