Shades of Shamrock #1AD59A
Tints of Shamrock #1AD59A
RGB
CMYK
RGB Variations
Color information
#1AD59A (or 0x1AD59A) is known color: Shamrock. HEX triplet: 1A, D5 and 9A. RGB value is (26,213,154). Sum of RGB (Red+Green+Blue) = 26+213+154=393 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.62% from 393); Green value is 213 (83.59% from 255 or 54.20% from 393); Blue value is 154 (60.55% from 255 or 39.19% from 393); Max value from RGB is 213 - color contains mainly: green. Hex color #1AD59A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD59A is #E52A65. Grayscale: #969696. Windows color (decimal): -15018598 or 10147098. OLE color: 10147098.
HSL color Cylindrical-coordinate representation of color #1AD59A: hue angle of 161.07º 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 #1AD59A is Cyan = 0.88, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 26 | 213 | 154 | - |
| CMYK | 0.88 | 0 | 0.28 | 0.16 |
| HSL | 161.07º | 0.78% | 0.47% | - |
| HSV(B) | 161.07º | 0.88% | 0.84% | - |
| XYZ | 30.05 | 50.14 | 38.67 | - |
| YUV | 150.36 | 130.05 | 39.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 213 | 154 | 0.88 | 0 | 0.28 | 0.16 | 161.07 | 0.78 | 0.47 |
| Hex | 1A | D5 | 9A | 58 | 0 | 1C | 10 | A1 | 4E | 2F |
| Octal | 32 | 325 | 232 | 130 | 0 | 34 | 20 | 241 | 116 | 57 |
| Binary | 11010 | 11010101 | 10011010 | 1011000 | 0 | 11100 | 10000 | 10100001 | 1001110 | 101111 |
Color Harmonies of #1AD59A
Complementary color
Monochromatic Colors of #1AD59A
Black with #1AD59A
Text Example
Text Example
White with #1AD59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD59A; }
p { color: rgb(26,213,154); }
H1.HeaderClassName
{
color: #1AD59A;
}
.AnyTagClassName
{
color: #1AD59A;
}
</style>
background-color css
<style>
a { background-color: #1AD59A; }
a { background-color: rgb(26,213,154); }
div.DivClassName
{
background-color: #1AD59A;
}
.BgClassName
{
background-color: #1AD59A;
}
</style>
border-color css
<style>
span { border-color: #1AD59A; }
span { border-color: rgb(26,213,154); }
td.TdClassName
{
border-color: #1AD59A;
}
.TagClassName
{
border-color: #1AD59A;
}
</style>