Shades of Shamrock #40E0A6
Tints of Shamrock #40E0A6
RGB
CMYK
RGB Variations
Color information
#40E0A6 (or 0x40E0A6) is known color: Shamrock. HEX triplet: 40, E0 and A6. RGB value is (64,224,166). Sum of RGB (Red+Green+Blue) = 64+224+166=454 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.10% from 454); Green value is 224 (87.89% from 255 or 49.34% from 454); Blue value is 166 (65.23% from 255 or 36.56% from 454); Max value from RGB is 224 - color contains mainly: green. Hex color #40E0A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40E0A6 is #BF1F59. Grayscale: #A9A9A9. Windows color (decimal): -12525402 or 10936384. OLE color: 10936384.
HSL color Cylindrical-coordinate representation of color #40E0A6: hue angle of 158.25º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40E0A6 is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 64 | 224 | 166 | - |
| CMYK | 0.71 | 0 | 0.26 | 0.12 |
| HSL | 158.25º | 0.72% | 0.56% | - |
| HSV(B) | 158.25º | 0.71% | 0.88% | - |
| XYZ | 35.65 | 57.15 | 45.23 | - |
| YUV | 169.55 | 125.99 | 52.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 224 | 166 | 0.71 | 0 | 0.26 | 0.12 | 158.25 | 0.72 | 0.56 |
| Hex | 40 | E0 | A6 | 47 | 0 | 1A | C | 9E | 48 | 38 |
| Octal | 100 | 340 | 246 | 107 | 0 | 32 | 14 | 236 | 110 | 70 |
| Binary | 1000000 | 11100000 | 10100110 | 1000111 | 0 | 11010 | 1100 | 10011110 | 1001000 | 111000 |
Color Harmonies of #40E0A6
Complementary color
Monochromatic Colors of #40E0A6
Black with #40E0A6
Text Example
Text Example
White with #40E0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E0A6; }
p { color: rgb(64,224,166); }
H1.HeaderClassName
{
color: #40E0A6;
}
.AnyTagClassName
{
color: #40E0A6;
}
</style>
background-color css
<style>
a { background-color: #40E0A6; }
a { background-color: rgb(64,224,166); }
div.DivClassName
{
background-color: #40E0A6;
}
.BgClassName
{
background-color: #40E0A6;
}
</style>
border-color css
<style>
span { border-color: #40E0A6; }
span { border-color: rgb(64,224,166); }
td.TdClassName
{
border-color: #40E0A6;
}
.TagClassName
{
border-color: #40E0A6;
}
</style>