Shades of Shamrock #1AD29A
Tints of Shamrock #1AD29A
RGB
CMYK
RGB Variations
Color information
#1AD29A (or 0x1AD29A) is known color: Shamrock. HEX triplet: 1A, D2 and 9A. RGB value is (26,210,154). Sum of RGB (Red+Green+Blue) = 26+210+154=390 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.67% from 390); Green value is 210 (82.42% from 255 or 53.85% from 390); Blue value is 154 (60.55% from 255 or 39.49% from 390); Max value from RGB is 210 - color contains mainly: green. Hex color #1AD29A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD29A is #E52D65. Grayscale: #949494. Windows color (decimal): -15019366 or 10146330. OLE color: 10146330.
HSL color Cylindrical-coordinate representation of color #1AD29A: hue angle of 161.74º 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 #1AD29A is Cyan = 0.88, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 210 | 154 | - |
| CMYK | 0.88 | 0 | 0.27 | 0.18 |
| HSL | 161.74º | 0.78% | 0.46% | - |
| HSV(B) | 161.74º | 0.88% | 0.82% | - |
| XYZ | 29.31 | 48.65 | 38.42 | - |
| YUV | 148.6 | 131.04 | 40.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 210 | 154 | 0.88 | 0 | 0.27 | 0.18 | 161.74 | 0.78 | 0.46 |
| Hex | 1A | D2 | 9A | 58 | 0 | 1B | 12 | A2 | 4E | 2E |
| Octal | 32 | 322 | 232 | 130 | 0 | 33 | 22 | 242 | 116 | 56 |
| Binary | 11010 | 11010010 | 10011010 | 1011000 | 0 | 11011 | 10010 | 10100010 | 1001110 | 101110 |
Color Harmonies of #1AD29A
Complementary color
Monochromatic Colors of #1AD29A
Black with #1AD29A
Text Example
Text Example
White with #1AD29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD29A; }
p { color: rgb(26,210,154); }
H1.HeaderClassName
{
color: #1AD29A;
}
.AnyTagClassName
{
color: #1AD29A;
}
</style>
background-color css
<style>
a { background-color: #1AD29A; }
a { background-color: rgb(26,210,154); }
div.DivClassName
{
background-color: #1AD29A;
}
.BgClassName
{
background-color: #1AD29A;
}
</style>
border-color css
<style>
span { border-color: #1AD29A; }
span { border-color: rgb(26,210,154); }
td.TdClassName
{
border-color: #1AD29A;
}
.TagClassName
{
border-color: #1AD29A;
}
</style>