Shades of Shamrock #1DCAA2
Tints of Shamrock #1DCAA2
RGB
CMYK
RGB Variations
Color information
#1DCAA2 (or 0x1DCAA2) is known color: Shamrock. HEX triplet: 1D, CA and A2. RGB value is (29,202,162). Sum of RGB (Red+Green+Blue) = 29+202+162=393 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.38% from 393); Green value is 202 (79.30% from 255 or 51.40% from 393); Blue value is 162 (63.67% from 255 or 41.22% from 393); Max value from RGB is 202 - color contains mainly: green. Hex color #1DCAA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DCAA2 is #E2355D. Grayscale: #919191. Windows color (decimal): -14824798 or 10668573. OLE color: 10668573.
HSL color Cylindrical-coordinate representation of color #1DCAA2: hue angle of 166.13º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCAA2 is Cyan = 0.86, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 29 | 202 | 162 | - |
| CMYK | 0.86 | 0 | 0.20 | 0.21 |
| HSL | 166.13º | 0.75% | 0.45% | - |
| HSV(B) | 166.13º | 0.86% | 0.79% | - |
| XYZ | 28.15 | 45.11 | 41.41 | - |
| YUV | 145.71 | 137.19 | 44.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 202 | 162 | 0.86 | 0 | 0.20 | 0.21 | 166.13 | 0.75 | 0.45 |
| Hex | 1D | CA | A2 | 56 | 0 | 14 | 15 | A6 | 4B | 2D |
| Octal | 35 | 312 | 242 | 126 | 0 | 24 | 25 | 246 | 113 | 55 |
| Binary | 11101 | 11001010 | 10100010 | 1010110 | 0 | 10100 | 10101 | 10100110 | 1001011 | 101101 |
Color Harmonies of #1DCAA2
Complementary color
Monochromatic Colors of #1DCAA2
Black with #1DCAA2
Text Example
Text Example
White with #1DCAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCAA2; }
p { color: rgb(29,202,162); }
H1.HeaderClassName
{
color: #1DCAA2;
}
.AnyTagClassName
{
color: #1DCAA2;
}
</style>
background-color css
<style>
a { background-color: #1DCAA2; }
a { background-color: rgb(29,202,162); }
div.DivClassName
{
background-color: #1DCAA2;
}
.BgClassName
{
background-color: #1DCAA2;
}
</style>
border-color css
<style>
span { border-color: #1DCAA2; }
span { border-color: rgb(29,202,162); }
td.TdClassName
{
border-color: #1DCAA2;
}
.TagClassName
{
border-color: #1DCAA2;
}
</style>