Shades of Shamrock #40E1A8
Tints of Shamrock #40E1A8
RGB
CMYK
RGB Variations
Color information
#40E1A8 (or 0x40E1A8) is known color: Shamrock. HEX triplet: 40, E1 and A8. RGB value is (64,225,168). Sum of RGB (Red+Green+Blue) = 64+225+168=457 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.00% from 457); Green value is 225 (88.28% from 255 or 49.23% from 457); Blue value is 168 (66.02% from 255 or 36.76% from 457); Max value from RGB is 225 - color contains mainly: green. Hex color #40E1A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40E1A8 is #BF1E57. Grayscale: #AAAAAA. Windows color (decimal): -12525144 or 11067712. OLE color: 11067712.
HSL color Cylindrical-coordinate representation of color #40E1A8: hue angle of 158.76º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E1A8 is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 64 | 225 | 168 | - |
| CMYK | 0.72 | 0 | 0.25 | 0.12 |
| HSL | 158.76º | 0.73% | 0.57% | - |
| HSV(B) | 158.76º | 0.72% | 0.88% | - |
| XYZ | 36.11 | 57.77 | 46.29 | - |
| YUV | 170.36 | 126.66 | 52.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 225 | 168 | 0.72 | 0 | 0.25 | 0.12 | 158.76 | 0.73 | 0.57 |
| Hex | 40 | E1 | A8 | 48 | 0 | 19 | C | 9F | 49 | 39 |
| Octal | 100 | 341 | 250 | 110 | 0 | 31 | 14 | 237 | 111 | 71 |
| Binary | 1000000 | 11100001 | 10101000 | 1001000 | 0 | 11001 | 1100 | 10011111 | 1001001 | 111001 |
Color Harmonies of #40E1A8
Complementary color
Monochromatic Colors of #40E1A8
Black with #40E1A8
Text Example
Text Example
White with #40E1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E1A8; }
p { color: rgb(64,225,168); }
H1.HeaderClassName
{
color: #40E1A8;
}
.AnyTagClassName
{
color: #40E1A8;
}
</style>
background-color css
<style>
a { background-color: #40E1A8; }
a { background-color: rgb(64,225,168); }
div.DivClassName
{
background-color: #40E1A8;
}
.BgClassName
{
background-color: #40E1A8;
}
</style>
border-color css
<style>
span { border-color: #40E1A8; }
span { border-color: rgb(64,225,168); }
td.TdClassName
{
border-color: #40E1A8;
}
.TagClassName
{
border-color: #40E1A8;
}
</style>