Shades of Shamrock #40FEAA
Tints of Shamrock #40FEAA
RGB
CMYK
RGB Variations
Color information
#40FEAA (or 0x40FEAA) is known color: Shamrock. HEX triplet: 40, FE and AA. RGB value is (64,254,170). Sum of RGB (Red+Green+Blue) = 64+254+170=488 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.11% from 488); Green value is 254 (99.61% from 255 or 52.05% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 254 - color contains mainly: green. Hex color #40FEAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40FEAA is #BF0155. Grayscale: #BBBBBB. Windows color (decimal): -12517718 or 11206208. OLE color: 11206208.
HSL color Cylindrical-coordinate representation of color #40FEAA: hue angle of 153.47º 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 #40FEAA is Cyan = 0.75, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 254 | 170 | - |
| CMYK | 0.75 | 0 | 0.33 | 0.00 |
| HSL | 153.47º | 0.99% | 0.62% | - |
| HSV(B) | 153.47º | 0.75% | 1% | - |
| XYZ | 44.81 | 74.88 | 50.12 | - |
| YUV | 187.61 | 118.05 | 39.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 254 | 170 | 0.75 | 0 | 0.33 | 0.00 | 153.47 | 0.99 | 0.62 |
| Hex | 40 | FE | AA | 4B | 0 | 21 | 0 | 99 | 63 | 3E |
| Octal | 100 | 376 | 252 | 113 | 0 | 41 | 0 | 231 | 143 | 76 |
| Binary | 1000000 | 11111110 | 10101010 | 1001011 | 0 | 100001 | 0 | 10011001 | 1100011 | 111110 |
Color Harmonies of #40FEAA
Complementary color
Monochromatic Colors of #40FEAA
Black with #40FEAA
Text Example
Text Example
White with #40FEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FEAA; }
p { color: rgb(64,254,170); }
H1.HeaderClassName
{
color: #40FEAA;
}
.AnyTagClassName
{
color: #40FEAA;
}
</style>
background-color css
<style>
a { background-color: #40FEAA; }
a { background-color: rgb(64,254,170); }
div.DivClassName
{
background-color: #40FEAA;
}
.BgClassName
{
background-color: #40FEAA;
}
</style>
border-color css
<style>
span { border-color: #40FEAA; }
span { border-color: rgb(64,254,170); }
td.TdClassName
{
border-color: #40FEAA;
}
.TagClassName
{
border-color: #40FEAA;
}
</style>