Shades of Shamrock #1AD199
Tints of Shamrock #1AD199
RGB
CMYK
RGB Variations
Color information
#1AD199 (or 0x1AD199) is known color: Shamrock. HEX triplet: 1A, D1 and 99. RGB value is (26,209,153). Sum of RGB (Red+Green+Blue) = 26+209+153=388 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.70% from 388); Green value is 209 (82.03% from 255 or 53.87% from 388); Blue value is 153 (60.16% from 255 or 39.43% from 388); Max value from RGB is 209 - color contains mainly: green. Hex color #1AD199 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD199 is #E52E66. Grayscale: #939393. Windows color (decimal): -15019623 or 10080538. OLE color: 10080538.
HSL color Cylindrical-coordinate representation of color #1AD199: hue angle of 161.64º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD199 is Cyan = 0.88, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 209 | 153 | - |
| CMYK | 0.88 | 0 | 0.27 | 0.18 |
| HSL | 161.64º | 0.78% | 0.46% | - |
| HSV(B) | 161.64º | 0.88% | 0.82% | - |
| XYZ | 28.98 | 48.12 | 37.9 | - |
| YUV | 147.9 | 130.87 | 41.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 209 | 153 | 0.88 | 0 | 0.27 | 0.18 | 161.64 | 0.78 | 0.46 |
| Hex | 1A | D1 | 99 | 58 | 0 | 1B | 12 | A2 | 4E | 2E |
| Octal | 32 | 321 | 231 | 130 | 0 | 33 | 22 | 242 | 116 | 56 |
| Binary | 11010 | 11010001 | 10011001 | 1011000 | 0 | 11011 | 10010 | 10100010 | 1001110 | 101110 |
Color Harmonies of #1AD199
Complementary color
Monochromatic Colors of #1AD199
Black with #1AD199
Text Example
Text Example
White with #1AD199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD199; }
p { color: rgb(26,209,153); }
H1.HeaderClassName
{
color: #1AD199;
}
.AnyTagClassName
{
color: #1AD199;
}
</style>
background-color css
<style>
a { background-color: #1AD199; }
a { background-color: rgb(26,209,153); }
div.DivClassName
{
background-color: #1AD199;
}
.BgClassName
{
background-color: #1AD199;
}
</style>
border-color css
<style>
span { border-color: #1AD199; }
span { border-color: rgb(26,209,153); }
td.TdClassName
{
border-color: #1AD199;
}
.TagClassName
{
border-color: #1AD199;
}
</style>