Shades of Shamrock #40E0A8
Tints of Shamrock #40E0A8
RGB
CMYK
RGB Variations
Color information
#40E0A8 (or 0x40E0A8) is known color: Shamrock. HEX triplet: 40, E0 and A8. RGB value is (64,224,168). Sum of RGB (Red+Green+Blue) = 64+224+168=456 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.04% from 456); Green value is 224 (87.89% from 255 or 49.12% from 456); Blue value is 168 (66.02% from 255 or 36.84% from 456); Max value from RGB is 224 - color contains mainly: green. Hex color #40E0A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40E0A8 is #BF1F57. Grayscale: #A9A9A9. Windows color (decimal): -12525400 or 11067456. OLE color: 11067456.
HSL color Cylindrical-coordinate representation of color #40E0A8: hue angle of 159º 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 #40E0A8 is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 64 | 224 | 168 | - |
| CMYK | 0.71 | 0 | 0.25 | 0.12 |
| HSL | 159º | 0.72% | 0.56% | - |
| HSV(B) | 159º | 0.71% | 0.88% | - |
| XYZ | 35.84 | 57.23 | 46.2 | - |
| YUV | 169.78 | 126.99 | 52.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 224 | 168 | 0.71 | 0 | 0.25 | 0.12 | 159 | 0.72 | 0.56 |
| Hex | 40 | E0 | A8 | 47 | 0 | 19 | C | 9F | 48 | 38 |
| Octal | 100 | 340 | 250 | 107 | 0 | 31 | 14 | 237 | 110 | 70 |
| Binary | 1000000 | 11100000 | 10101000 | 1000111 | 0 | 11001 | 1100 | 10011111 | 1001000 | 111000 |
Color Harmonies of #40E0A8
Complementary color
Monochromatic Colors of #40E0A8
Black with #40E0A8
Text Example
Text Example
White with #40E0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E0A8; }
p { color: rgb(64,224,168); }
H1.HeaderClassName
{
color: #40E0A8;
}
.AnyTagClassName
{
color: #40E0A8;
}
</style>
background-color css
<style>
a { background-color: #40E0A8; }
a { background-color: rgb(64,224,168); }
div.DivClassName
{
background-color: #40E0A8;
}
.BgClassName
{
background-color: #40E0A8;
}
</style>
border-color css
<style>
span { border-color: #40E0A8; }
span { border-color: rgb(64,224,168); }
td.TdClassName
{
border-color: #40E0A8;
}
.TagClassName
{
border-color: #40E0A8;
}
</style>