Shades of Shamrock #40DDAA
Tints of Shamrock #40DDAA
RGB
CMYK
RGB Variations
Color information
#40DDAA (or 0x40DDAA) is known color: Shamrock. HEX triplet: 40, DD and AA. RGB value is (64,221,170). Sum of RGB (Red+Green+Blue) = 64+221+170=455 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.07% from 455); Green value is 221 (86.72% from 255 or 48.57% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 221 - color contains mainly: green. Hex color #40DDAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40DDAA is #BF2255. Grayscale: #A8A8A8. Windows color (decimal): -12526166 or 11197760. OLE color: 11197760.
HSL color Cylindrical-coordinate representation of color #40DDAA: hue angle of 160.51º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DDAA is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 221 | 170 | - |
| CMYK | 0.71 | 0 | 0.23 | 0.13 |
| HSL | 160.51º | 0.7% | 0.56% | - |
| HSV(B) | 160.51º | 0.71% | 0.87% | - |
| XYZ | 35.23 | 55.71 | 46.93 | - |
| YUV | 168.24 | 128.99 | 53.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 221 | 170 | 0.71 | 0 | 0.23 | 0.13 | 160.51 | 0.7 | 0.56 |
| Hex | 40 | DD | AA | 47 | 0 | 17 | D | A1 | 46 | 38 |
| Octal | 100 | 335 | 252 | 107 | 0 | 27 | 15 | 241 | 106 | 70 |
| Binary | 1000000 | 11011101 | 10101010 | 1000111 | 0 | 10111 | 1101 | 10100001 | 1000110 | 111000 |
Color Harmonies of #40DDAA
Complementary color
Monochromatic Colors of #40DDAA
Black with #40DDAA
Text Example
Text Example
White with #40DDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DDAA; }
p { color: rgb(64,221,170); }
H1.HeaderClassName
{
color: #40DDAA;
}
.AnyTagClassName
{
color: #40DDAA;
}
</style>
background-color css
<style>
a { background-color: #40DDAA; }
a { background-color: rgb(64,221,170); }
div.DivClassName
{
background-color: #40DDAA;
}
.BgClassName
{
background-color: #40DDAA;
}
</style>
border-color css
<style>
span { border-color: #40DDAA; }
span { border-color: rgb(64,221,170); }
td.TdClassName
{
border-color: #40DDAA;
}
.TagClassName
{
border-color: #40DDAA;
}
</style>