Shades of Shamrock #40ECAA
Tints of Shamrock #40ECAA
RGB
CMYK
RGB Variations
Color information
#40ECAA (or 0x40ECAA) is known color: Shamrock. HEX triplet: 40, EC and AA. RGB value is (64,236,170). Sum of RGB (Red+Green+Blue) = 64+236+170=470 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.62% from 470); Green value is 236 (92.58% from 255 or 50.21% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 236 - color contains mainly: green. Hex color #40ECAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40ECAA is #BF1355. Grayscale: #B1B1B1. Windows color (decimal): -12522326 or 11201600. OLE color: 11201600.
HSL color Cylindrical-coordinate representation of color #40ECAA: hue angle of 156.98º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40ECAA is Cyan = 0.73, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 236 | 170 | - |
| CMYK | 0.73 | 0 | 0.28 | 0.07 |
| HSL | 156.98º | 0.82% | 0.59% | - |
| HSV(B) | 156.98º | 0.73% | 0.93% | - |
| XYZ | 39.37 | 63.98 | 48.31 | - |
| YUV | 177.05 | 124.02 | 47.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 236 | 170 | 0.73 | 0 | 0.28 | 0.07 | 156.98 | 0.82 | 0.59 |
| Hex | 40 | EC | AA | 49 | 0 | 1C | 7 | 9D | 52 | 3B |
| Octal | 100 | 354 | 252 | 111 | 0 | 34 | 7 | 235 | 122 | 73 |
| Binary | 1000000 | 11101100 | 10101010 | 1001001 | 0 | 11100 | 111 | 10011101 | 1010010 | 111011 |
Color Harmonies of #40ECAA
Complementary color
Monochromatic Colors of #40ECAA
Black with #40ECAA
Text Example
Text Example
White with #40ECAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40ECAA; }
p { color: rgb(64,236,170); }
H1.HeaderClassName
{
color: #40ECAA;
}
.AnyTagClassName
{
color: #40ECAA;
}
</style>
background-color css
<style>
a { background-color: #40ECAA; }
a { background-color: rgb(64,236,170); }
div.DivClassName
{
background-color: #40ECAA;
}
.BgClassName
{
background-color: #40ECAA;
}
</style>
border-color css
<style>
span { border-color: #40ECAA; }
span { border-color: rgb(64,236,170); }
td.TdClassName
{
border-color: #40ECAA;
}
.TagClassName
{
border-color: #40ECAA;
}
</style>