Shades of Shamrock #40F2AB
Tints of Shamrock #40F2AB
RGB
CMYK
RGB Variations
Color information
#40F2AB (or 0x40F2AB) is known color: Shamrock. HEX triplet: 40, F2 and AB. RGB value is (64,242,171). Sum of RGB (Red+Green+Blue) = 64+242+171=477 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.42% from 477); Green value is 242 (94.92% from 255 or 50.73% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 242 - color contains mainly: green. Hex color #40F2AB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40F2AB is #BF0D54. Grayscale: #B4B4B4. Windows color (decimal): -12520789 or 11268672. OLE color: 11268672.
HSL color Cylindrical-coordinate representation of color #40F2AB: hue angle of 156.07º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40F2AB is Cyan = 0.74, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 242 | 171 | - |
| CMYK | 0.74 | 0 | 0.29 | 0.05 |
| HSL | 156.07º | 0.87% | 0.6% | - |
| HSV(B) | 156.07º | 0.74% | 0.95% | - |
| XYZ | 41.22 | 67.53 | 49.39 | - |
| YUV | 180.68 | 122.53 | 44.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 242 | 171 | 0.74 | 0 | 0.29 | 0.05 | 156.07 | 0.87 | 0.6 |
| Hex | 40 | F2 | AB | 4A | 0 | 1D | 5 | 9C | 57 | 3C |
| Octal | 100 | 362 | 253 | 112 | 0 | 35 | 5 | 234 | 127 | 74 |
| Binary | 1000000 | 11110010 | 10101011 | 1001010 | 0 | 11101 | 101 | 10011100 | 1010111 | 111100 |
Color Harmonies of #40F2AB
Complementary color
Monochromatic Colors of #40F2AB
Black with #40F2AB
Text Example
Text Example
White with #40F2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F2AB; }
p { color: rgb(64,242,171); }
H1.HeaderClassName
{
color: #40F2AB;
}
.AnyTagClassName
{
color: #40F2AB;
}
</style>
background-color css
<style>
a { background-color: #40F2AB; }
a { background-color: rgb(64,242,171); }
div.DivClassName
{
background-color: #40F2AB;
}
.BgClassName
{
background-color: #40F2AB;
}
</style>
border-color css
<style>
span { border-color: #40F2AB; }
span { border-color: rgb(64,242,171); }
td.TdClassName
{
border-color: #40F2AB;
}
.TagClassName
{
border-color: #40F2AB;
}
</style>