Shades of Shamrock #40FEA0
Tints of Shamrock #40FEA0
RGB
CMYK
RGB Variations
Color information
#40FEA0 (or 0x40FEA0) is known color: Shamrock. HEX triplet: 40, FE and A0. RGB value is (64,254,160). Sum of RGB (Red+Green+Blue) = 64+254+160=478 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.39% from 478); Green value is 254 (99.61% from 255 or 53.14% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 254 - color contains mainly: green. Hex color #40FEA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40FEA0 is #BF015F. Grayscale: #BABABA. Windows color (decimal): -12517728 or 10550848. OLE color: 10550848.
HSL color Cylindrical-coordinate representation of color #40FEA0: hue angle of 150.32º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FEA0 is Cyan = 0.75, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 254 | 160 | - |
| CMYK | 0.75 | 0 | 0.37 | 0.00 |
| HSL | 150.32º | 0.99% | 0.62% | - |
| HSV(B) | 150.32º | 0.75% | 1% | - |
| XYZ | 43.9 | 74.51 | 45.33 | - |
| YUV | 186.47 | 113.05 | 40.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 254 | 160 | 0.75 | 0 | 0.37 | 0.00 | 150.32 | 0.99 | 0.62 |
| Hex | 40 | FE | A0 | 4B | 0 | 25 | 0 | 96 | 63 | 3E |
| Octal | 100 | 376 | 240 | 113 | 0 | 45 | 0 | 226 | 143 | 76 |
| Binary | 1000000 | 11111110 | 10100000 | 1001011 | 0 | 100101 | 0 | 10010110 | 1100011 | 111110 |
Color Harmonies of #40FEA0
Complementary color
Monochromatic Colors of #40FEA0
Black with #40FEA0
Text Example
Text Example
White with #40FEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FEA0; }
p { color: rgb(64,254,160); }
H1.HeaderClassName
{
color: #40FEA0;
}
.AnyTagClassName
{
color: #40FEA0;
}
</style>
background-color css
<style>
a { background-color: #40FEA0; }
a { background-color: rgb(64,254,160); }
div.DivClassName
{
background-color: #40FEA0;
}
.BgClassName
{
background-color: #40FEA0;
}
</style>
border-color css
<style>
span { border-color: #40FEA0; }
span { border-color: rgb(64,254,160); }
td.TdClassName
{
border-color: #40FEA0;
}
.TagClassName
{
border-color: #40FEA0;
}
</style>