Shades of Shamrock #1AD992
Tints of Shamrock #1AD992
RGB
CMYK
RGB Variations
Color information
#1AD992 (or 0x1AD992) is known color: Shamrock. HEX triplet: 1A, D9 and 92. RGB value is (26,217,146). Sum of RGB (Red+Green+Blue) = 26+217+146=389 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.68% from 389); Green value is 217 (85.16% from 255 or 55.78% from 389); Blue value is 146 (57.42% from 255 or 37.53% from 389); Max value from RGB is 217 - color contains mainly: green. Hex color #1AD992 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD992 is #E5266D. Grayscale: #979797. Windows color (decimal): -15017582 or 9623834. OLE color: 9623834.
HSL color Cylindrical-coordinate representation of color #1AD992: hue angle of 157.7º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD992 is Cyan = 0.88, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 217 | 146 | - |
| CMYK | 0.88 | 0 | 0.33 | 0.15 |
| HSL | 157.7º | 0.79% | 0.48% | - |
| HSV(B) | 157.7º | 0.88% | 0.85% | - |
| XYZ | 30.43 | 51.92 | 35.61 | - |
| YUV | 151.8 | 124.72 | 38.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 217 | 146 | 0.88 | 0 | 0.33 | 0.15 | 157.7 | 0.79 | 0.48 |
| Hex | 1A | D9 | 92 | 58 | 0 | 21 | F | 9E | 4F | 30 |
| Octal | 32 | 331 | 222 | 130 | 0 | 41 | 17 | 236 | 117 | 60 |
| Binary | 11010 | 11011001 | 10010010 | 1011000 | 0 | 100001 | 1111 | 10011110 | 1001111 | 110000 |
Color Harmonies of #1AD992
Complementary color
Monochromatic Colors of #1AD992
Black with #1AD992
Text Example
Text Example
White with #1AD992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD992; }
p { color: rgb(26,217,146); }
H1.HeaderClassName
{
color: #1AD992;
}
.AnyTagClassName
{
color: #1AD992;
}
</style>
background-color css
<style>
a { background-color: #1AD992; }
a { background-color: rgb(26,217,146); }
div.DivClassName
{
background-color: #1AD992;
}
.BgClassName
{
background-color: #1AD992;
}
</style>
border-color css
<style>
span { border-color: #1AD992; }
span { border-color: rgb(26,217,146); }
td.TdClassName
{
border-color: #1AD992;
}
.TagClassName
{
border-color: #1AD992;
}
</style>