Shades of Shamrock #32D7A9
Tints of Shamrock #32D7A9
RGB
CMYK
RGB Variations
Color information
#32D7A9 (or 0x32D7A9) is known color: Shamrock. HEX triplet: 32, D7 and A9. RGB value is (50,215,169). Sum of RGB (Red+Green+Blue) = 50+215+169=434 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.52% from 434); Green value is 215 (84.38% from 255 or 49.54% from 434); Blue value is 169 (66.41% from 255 or 38.94% from 434); Max value from RGB is 215 - color contains mainly: green. Hex color #32D7A9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32D7A9 is #CD2856. Grayscale: #A0A0A0. Windows color (decimal): -13445207 or 11130674. OLE color: 11130674.
HSL color Cylindrical-coordinate representation of color #32D7A9: hue angle of 163.27º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32D7A9 is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 215 | 169 | - |
| CMYK | 0.77 | 0 | 0.21 | 0.16 |
| HSL | 163.27º | 0.67% | 0.52% | - |
| HSV(B) | 163.27º | 0.77% | 0.84% | - |
| XYZ | 32.78 | 52.14 | 45.87 | - |
| YUV | 160.42 | 132.84 | 49.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 215 | 169 | 0.77 | 0 | 0.21 | 0.16 | 163.27 | 0.67 | 0.52 |
| Hex | 32 | D7 | A9 | 4D | 0 | 15 | 10 | A3 | 43 | 34 |
| Octal | 62 | 327 | 251 | 115 | 0 | 25 | 20 | 243 | 103 | 64 |
| Binary | 110010 | 11010111 | 10101001 | 1001101 | 0 | 10101 | 10000 | 10100011 | 1000011 | 110100 |
Color Harmonies of #32D7A9
Complementary color
Monochromatic Colors of #32D7A9
Black with #32D7A9
Text Example
Text Example
White with #32D7A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D7A9; }
p { color: rgb(50,215,169); }
H1.HeaderClassName
{
color: #32D7A9;
}
.AnyTagClassName
{
color: #32D7A9;
}
</style>
background-color css
<style>
a { background-color: #32D7A9; }
a { background-color: rgb(50,215,169); }
div.DivClassName
{
background-color: #32D7A9;
}
.BgClassName
{
background-color: #32D7A9;
}
</style>
border-color css
<style>
span { border-color: #32D7A9; }
span { border-color: rgb(50,215,169); }
td.TdClassName
{
border-color: #32D7A9;
}
.TagClassName
{
border-color: #32D7A9;
}
</style>