Shades of Shamrock #40ECA1
Tints of Shamrock #40ECA1
RGB
CMYK
RGB Variations
Color information
#40ECA1 (or 0x40ECA1) is known color: Shamrock. HEX triplet: 40, EC and A1. RGB value is (64,236,161). Sum of RGB (Red+Green+Blue) = 64+236+161=461 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.88% from 461); Green value is 236 (92.58% from 255 or 51.19% from 461); Blue value is 161 (63.28% from 255 or 34.92% from 461); Max value from RGB is 236 - color contains mainly: green. Hex color #40ECA1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40ECA1 is #BF135E. Grayscale: #B0B0B0. Windows color (decimal): -12522335 or 10611776. OLE color: 10611776.
HSL color Cylindrical-coordinate representation of color #40ECA1: hue angle of 153.84º 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 #40ECA1 is Cyan = 0.73, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 236 | 161 | - |
| CMYK | 0.73 | 0 | 0.32 | 0.07 |
| HSL | 153.84º | 0.82% | 0.59% | - |
| HSV(B) | 153.84º | 0.73% | 0.93% | - |
| XYZ | 38.54 | 63.65 | 43.97 | - |
| YUV | 176.02 | 119.52 | 48.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 236 | 161 | 0.73 | 0 | 0.32 | 0.07 | 153.84 | 0.82 | 0.59 |
| Hex | 40 | EC | A1 | 49 | 0 | 20 | 7 | 9A | 52 | 3B |
| Octal | 100 | 354 | 241 | 111 | 0 | 40 | 7 | 232 | 122 | 73 |
| Binary | 1000000 | 11101100 | 10100001 | 1001001 | 0 | 100000 | 111 | 10011010 | 1010010 | 111011 |
Color Harmonies of #40ECA1
Complementary color
Monochromatic Colors of #40ECA1
Black with #40ECA1
Text Example
Text Example
White with #40ECA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40ECA1; }
p { color: rgb(64,236,161); }
H1.HeaderClassName
{
color: #40ECA1;
}
.AnyTagClassName
{
color: #40ECA1;
}
</style>
background-color css
<style>
a { background-color: #40ECA1; }
a { background-color: rgb(64,236,161); }
div.DivClassName
{
background-color: #40ECA1;
}
.BgClassName
{
background-color: #40ECA1;
}
</style>
border-color css
<style>
span { border-color: #40ECA1; }
span { border-color: rgb(64,236,161); }
td.TdClassName
{
border-color: #40ECA1;
}
.TagClassName
{
border-color: #40ECA1;
}
</style>