Shades of Shamrock #40FC9A
Tints of Shamrock #40FC9A
RGB
CMYK
RGB Variations
Color information
#40FC9A (or 0x40FC9A) is known color: Shamrock. HEX triplet: 40, FC and 9A. RGB value is (64,252,154). Sum of RGB (Red+Green+Blue) = 64+252+154=470 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.62% from 470); Green value is 252 (98.83% from 255 or 53.62% from 470); Blue value is 154 (60.55% from 255 or 32.77% from 470); Max value from RGB is 252 - color contains mainly: green. Hex color #40FC9A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40FC9A is #BF0365. Grayscale: #B8B8B8. Windows color (decimal): -12518246 or 10157120. OLE color: 10157120.
HSL color Cylindrical-coordinate representation of color #40FC9A: hue angle of 148.72º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FC9A is Cyan = 0.75, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 252 | 154 | - |
| CMYK | 0.75 | 0 | 0.39 | 0.01 |
| HSL | 148.72º | 0.97% | 0.62% | - |
| HSV(B) | 148.72º | 0.75% | 0.99% | - |
| XYZ | 42.76 | 73.04 | 42.42 | - |
| YUV | 184.62 | 110.72 | 41.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 252 | 154 | 0.75 | 0 | 0.39 | 0.01 | 148.72 | 0.97 | 0.62 |
| Hex | 40 | FC | 9A | 4B | 0 | 27 | 1 | 95 | 61 | 3E |
| Octal | 100 | 374 | 232 | 113 | 0 | 47 | 1 | 225 | 141 | 76 |
| Binary | 1000000 | 11111100 | 10011010 | 1001011 | 0 | 100111 | 1 | 10010101 | 1100001 | 111110 |
Color Harmonies of #40FC9A
Complementary color
Monochromatic Colors of #40FC9A
Black with #40FC9A
Text Example
Text Example
White with #40FC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FC9A; }
p { color: rgb(64,252,154); }
H1.HeaderClassName
{
color: #40FC9A;
}
.AnyTagClassName
{
color: #40FC9A;
}
</style>
background-color css
<style>
a { background-color: #40FC9A; }
a { background-color: rgb(64,252,154); }
div.DivClassName
{
background-color: #40FC9A;
}
.BgClassName
{
background-color: #40FC9A;
}
</style>
border-color css
<style>
span { border-color: #40FC9A; }
span { border-color: rgb(64,252,154); }
td.TdClassName
{
border-color: #40FC9A;
}
.TagClassName
{
border-color: #40FC9A;
}
</style>