Shades of Shamrock #1AD596
Tints of Shamrock #1AD596
RGB
CMYK
RGB Variations
Color information
#1AD596 (or 0x1AD596) is known color: Shamrock. HEX triplet: 1A, D5 and 96. RGB value is (26,213,150). Sum of RGB (Red+Green+Blue) = 26+213+150=389 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.68% from 389); Green value is 213 (83.59% from 255 or 54.76% from 389); Blue value is 150 (58.98% from 255 or 38.56% from 389); Max value from RGB is 213 - color contains mainly: green. Hex color #1AD596 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD596 is #E52A69. Grayscale: #959595. Windows color (decimal): -15018602 or 9884954. OLE color: 9884954.
HSL color Cylindrical-coordinate representation of color #1AD596: hue angle of 159.79º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD596 is Cyan = 0.88, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 26 | 213 | 150 | - |
| CMYK | 0.88 | 0 | 0.30 | 0.16 |
| HSL | 159.79º | 0.78% | 0.47% | - |
| HSV(B) | 159.79º | 0.88% | 0.84% | - |
| XYZ | 29.73 | 50.01 | 36.94 | - |
| YUV | 149.91 | 128.05 | 39.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 213 | 150 | 0.88 | 0 | 0.30 | 0.16 | 159.79 | 0.78 | 0.47 |
| Hex | 1A | D5 | 96 | 58 | 0 | 1E | 10 | A0 | 4E | 2F |
| Octal | 32 | 325 | 226 | 130 | 0 | 36 | 20 | 240 | 116 | 57 |
| Binary | 11010 | 11010101 | 10010110 | 1011000 | 0 | 11110 | 10000 | 10100000 | 1001110 | 101111 |
Color Harmonies of #1AD596
Complementary color
Monochromatic Colors of #1AD596
Black with #1AD596
Text Example
Text Example
White with #1AD596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD596; }
p { color: rgb(26,213,150); }
H1.HeaderClassName
{
color: #1AD596;
}
.AnyTagClassName
{
color: #1AD596;
}
</style>
background-color css
<style>
a { background-color: #1AD596; }
a { background-color: rgb(26,213,150); }
div.DivClassName
{
background-color: #1AD596;
}
.BgClassName
{
background-color: #1AD596;
}
</style>
border-color css
<style>
span { border-color: #1AD596; }
span { border-color: rgb(26,213,150); }
td.TdClassName
{
border-color: #1AD596;
}
.TagClassName
{
border-color: #1AD596;
}
</style>