Shades of Shamrock #40EAA0
Tints of Shamrock #40EAA0
RGB
CMYK
RGB Variations
Color information
#40EAA0 (or 0x40EAA0) is known color: Shamrock. HEX triplet: 40, EA and A0. RGB value is (64,234,160). Sum of RGB (Red+Green+Blue) = 64+234+160=458 (60% of max value = 765). Red value is 64 (25.39% from 255 or 13.97% from 458); Green value is 234 (91.80% from 255 or 51.09% from 458); Blue value is 160 (62.89% from 255 or 34.93% from 458); Max value from RGB is 234 - color contains mainly: green. Hex color #40EAA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40EAA0 is #BF155F. Grayscale: #AEAEAE. Windows color (decimal): -12522848 or 10545728. OLE color: 10545728.
HSL color Cylindrical-coordinate representation of color #40EAA0: hue angle of 153.88º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40EAA0 is Cyan = 0.73, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 234 | 160 | - |
| CMYK | 0.73 | 0 | 0.32 | 0.08 |
| HSL | 153.88º | 0.8% | 0.58% | - |
| HSV(B) | 153.88º | 0.73% | 0.92% | - |
| XYZ | 37.88 | 62.47 | 43.32 | - |
| YUV | 174.73 | 119.68 | 49.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 234 | 160 | 0.73 | 0 | 0.32 | 0.08 | 153.88 | 0.8 | 0.58 |
| Hex | 40 | EA | A0 | 49 | 0 | 20 | 8 | 9A | 50 | 3A |
| Octal | 100 | 352 | 240 | 111 | 0 | 40 | 10 | 232 | 120 | 72 |
| Binary | 1000000 | 11101010 | 10100000 | 1001001 | 0 | 100000 | 1000 | 10011010 | 1010000 | 111010 |
Color Harmonies of #40EAA0
Complementary color
Monochromatic Colors of #40EAA0
Black with #40EAA0
Text Example
Text Example
White with #40EAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EAA0; }
p { color: rgb(64,234,160); }
H1.HeaderClassName
{
color: #40EAA0;
}
.AnyTagClassName
{
color: #40EAA0;
}
</style>
background-color css
<style>
a { background-color: #40EAA0; }
a { background-color: rgb(64,234,160); }
div.DivClassName
{
background-color: #40EAA0;
}
.BgClassName
{
background-color: #40EAA0;
}
</style>
border-color css
<style>
span { border-color: #40EAA0; }
span { border-color: rgb(64,234,160); }
td.TdClassName
{
border-color: #40EAA0;
}
.TagClassName
{
border-color: #40EAA0;
}
</style>