Shades of Shamrock #40E2A6
Tints of Shamrock #40E2A6
RGB
CMYK
RGB Variations
Color information
#40E2A6 (or 0x40E2A6) is known color: Shamrock. HEX triplet: 40, E2 and A6. RGB value is (64,226,166). Sum of RGB (Red+Green+Blue) = 64+226+166=456 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.04% from 456); Green value is 226 (88.67% from 255 or 49.56% from 456); Blue value is 166 (65.23% from 255 or 36.40% from 456); Max value from RGB is 226 - color contains mainly: green. Hex color #40E2A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40E2A6 is #BF1D59. Grayscale: #AAAAAA. Windows color (decimal): -12524890 or 10936896. OLE color: 10936896.
HSL color Cylindrical-coordinate representation of color #40E2A6: hue angle of 157.78º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E2A6 is Cyan = 0.72, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 64 | 226 | 166 | - |
| CMYK | 0.72 | 0 | 0.27 | 0.11 |
| HSL | 157.78º | 0.74% | 0.57% | - |
| HSV(B) | 157.78º | 0.72% | 0.89% | - |
| XYZ | 36.19 | 58.24 | 45.41 | - |
| YUV | 170.72 | 125.33 | 51.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 226 | 166 | 0.72 | 0 | 0.27 | 0.11 | 157.78 | 0.74 | 0.57 |
| Hex | 40 | E2 | A6 | 48 | 0 | 1B | B | 9E | 4A | 39 |
| Octal | 100 | 342 | 246 | 110 | 0 | 33 | 13 | 236 | 112 | 71 |
| Binary | 1000000 | 11100010 | 10100110 | 1001000 | 0 | 11011 | 1011 | 10011110 | 1001010 | 111001 |
Color Harmonies of #40E2A6
Complementary color
Monochromatic Colors of #40E2A6
Black with #40E2A6
Text Example
Text Example
White with #40E2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E2A6; }
p { color: rgb(64,226,166); }
H1.HeaderClassName
{
color: #40E2A6;
}
.AnyTagClassName
{
color: #40E2A6;
}
</style>
background-color css
<style>
a { background-color: #40E2A6; }
a { background-color: rgb(64,226,166); }
div.DivClassName
{
background-color: #40E2A6;
}
.BgClassName
{
background-color: #40E2A6;
}
</style>
border-color css
<style>
span { border-color: #40E2A6; }
span { border-color: rgb(64,226,166); }
td.TdClassName
{
border-color: #40E2A6;
}
.TagClassName
{
border-color: #40E2A6;
}
</style>