Shades of Shamrock #40DAA9
Tints of Shamrock #40DAA9
RGB
CMYK
RGB Variations
Color information
#40DAA9 (or 0x40DAA9) is known color: Shamrock. HEX triplet: 40, DA and A9. RGB value is (64,218,169). Sum of RGB (Red+Green+Blue) = 64+218+169=451 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.19% from 451); Green value is 218 (85.55% from 255 or 48.34% from 451); Blue value is 169 (66.41% from 255 or 37.47% from 451); Max value from RGB is 218 - color contains mainly: green. Hex color #40DAA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40DAA9 is #BF2556. Grayscale: #A6A6A6. Windows color (decimal): -12526935 or 11131456. OLE color: 11131456.
HSL color Cylindrical-coordinate representation of color #40DAA9: hue angle of 160.91º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DAA9 is Cyan = 0.71, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 218 | 169 | - |
| CMYK | 0.71 | 0 | 0.22 | 0.15 |
| HSL | 160.91º | 0.68% | 0.55% | - |
| HSV(B) | 160.91º | 0.71% | 0.85% | - |
| XYZ | 34.35 | 54.1 | 46.17 | - |
| YUV | 166.37 | 129.48 | 54.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 218 | 169 | 0.71 | 0 | 0.22 | 0.15 | 160.91 | 0.68 | 0.55 |
| Hex | 40 | DA | A9 | 47 | 0 | 16 | F | A1 | 44 | 37 |
| Octal | 100 | 332 | 251 | 107 | 0 | 26 | 17 | 241 | 104 | 67 |
| Binary | 1000000 | 11011010 | 10101001 | 1000111 | 0 | 10110 | 1111 | 10100001 | 1000100 | 110111 |
Color Harmonies of #40DAA9
Complementary color
Monochromatic Colors of #40DAA9
Black with #40DAA9
Text Example
Text Example
White with #40DAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DAA9; }
p { color: rgb(64,218,169); }
H1.HeaderClassName
{
color: #40DAA9;
}
.AnyTagClassName
{
color: #40DAA9;
}
</style>
background-color css
<style>
a { background-color: #40DAA9; }
a { background-color: rgb(64,218,169); }
div.DivClassName
{
background-color: #40DAA9;
}
.BgClassName
{
background-color: #40DAA9;
}
</style>
border-color css
<style>
span { border-color: #40DAA9; }
span { border-color: rgb(64,218,169); }
td.TdClassName
{
border-color: #40DAA9;
}
.TagClassName
{
border-color: #40DAA9;
}
</style>