Shades of Shamrock #1AD499
Tints of Shamrock #1AD499
RGB
CMYK
RGB Variations
Color information
#1AD499 (or 0x1AD499) is known color: Shamrock. HEX triplet: 1A, D4 and 99. RGB value is (26,212,153). Sum of RGB (Red+Green+Blue) = 26+212+153=391 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.65% from 391); Green value is 212 (83.20% from 255 or 54.22% from 391); Blue value is 153 (60.16% from 255 or 39.13% from 391); Max value from RGB is 212 - color contains mainly: green. Hex color #1AD499 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD499 is #E52B66. Grayscale: #959595. Windows color (decimal): -15018855 or 10081306. OLE color: 10081306.
HSL color Cylindrical-coordinate representation of color #1AD499: hue angle of 160.97º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD499 is Cyan = 0.88, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 26 | 212 | 153 | - |
| CMYK | 0.88 | 0 | 0.28 | 0.17 |
| HSL | 160.97º | 0.78% | 0.47% | - |
| HSV(B) | 160.97º | 0.88% | 0.83% | - |
| XYZ | 29.72 | 49.61 | 38.15 | - |
| YUV | 149.66 | 129.88 | 39.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 212 | 153 | 0.88 | 0 | 0.28 | 0.17 | 160.97 | 0.78 | 0.47 |
| Hex | 1A | D4 | 99 | 58 | 0 | 1C | 11 | A1 | 4E | 2F |
| Octal | 32 | 324 | 231 | 130 | 0 | 34 | 21 | 241 | 116 | 57 |
| Binary | 11010 | 11010100 | 10011001 | 1011000 | 0 | 11100 | 10001 | 10100001 | 1001110 | 101111 |
Color Harmonies of #1AD499
Complementary color
Monochromatic Colors of #1AD499
Black with #1AD499
Text Example
Text Example
White with #1AD499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD499; }
p { color: rgb(26,212,153); }
H1.HeaderClassName
{
color: #1AD499;
}
.AnyTagClassName
{
color: #1AD499;
}
</style>
background-color css
<style>
a { background-color: #1AD499; }
a { background-color: rgb(26,212,153); }
div.DivClassName
{
background-color: #1AD499;
}
.BgClassName
{
background-color: #1AD499;
}
</style>
border-color css
<style>
span { border-color: #1AD499; }
span { border-color: rgb(26,212,153); }
td.TdClassName
{
border-color: #1AD499;
}
.TagClassName
{
border-color: #1AD499;
}
</style>