Shades of Shamrock #40F9A6
Tints of Shamrock #40F9A6
RGB
CMYK
RGB Variations
Color information
#40F9A6 (or 0x40F9A6) is known color: Shamrock. HEX triplet: 40, F9 and A6. RGB value is (64,249,166). Sum of RGB (Red+Green+Blue) = 64+249+166=479 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.36% from 479); Green value is 249 (97.66% from 255 or 51.98% from 479); Blue value is 166 (65.23% from 255 or 34.66% from 479); Max value from RGB is 249 - color contains mainly: green. Hex color #40F9A6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40F9A6 is #BF0659. Grayscale: #B8B8B8. Windows color (decimal): -12519002 or 10942784. OLE color: 10942784.
HSL color Cylindrical-coordinate representation of color #40F9A6: hue angle of 153.08º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40F9A6 is Cyan = 0.74, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 249 | 166 | - |
| CMYK | 0.74 | 0 | 0.33 | 0.02 |
| HSL | 153.08º | 0.94% | 0.61% | - |
| HSV(B) | 153.08º | 0.74% | 0.98% | - |
| XYZ | 42.87 | 71.59 | 47.64 | - |
| YUV | 184.22 | 117.71 | 42.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 249 | 166 | 0.74 | 0 | 0.33 | 0.02 | 153.08 | 0.94 | 0.61 |
| Hex | 40 | F9 | A6 | 4A | 0 | 21 | 2 | 99 | 5E | 3D |
| Octal | 100 | 371 | 246 | 112 | 0 | 41 | 2 | 231 | 136 | 75 |
| Binary | 1000000 | 11111001 | 10100110 | 1001010 | 0 | 100001 | 10 | 10011001 | 1011110 | 111101 |
Color Harmonies of #40F9A6
Complementary color
Monochromatic Colors of #40F9A6
Black with #40F9A6
Text Example
Text Example
White with #40F9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F9A6; }
p { color: rgb(64,249,166); }
H1.HeaderClassName
{
color: #40F9A6;
}
.AnyTagClassName
{
color: #40F9A6;
}
</style>
background-color css
<style>
a { background-color: #40F9A6; }
a { background-color: rgb(64,249,166); }
div.DivClassName
{
background-color: #40F9A6;
}
.BgClassName
{
background-color: #40F9A6;
}
</style>
border-color css
<style>
span { border-color: #40F9A6; }
span { border-color: rgb(64,249,166); }
td.TdClassName
{
border-color: #40F9A6;
}
.TagClassName
{
border-color: #40F9A6;
}
</style>