Shades of Shamrock #40C096
Tints of Shamrock #40C096
RGB
CMYK
RGB Variations
Color information
#40C096 (or 0x40C096) is known color: Shamrock. HEX triplet: 40, C0 and 96. RGB value is (64,192,150). Sum of RGB (Red+Green+Blue) = 64+192+150=406 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.76% from 406); Green value is 192 (75.39% from 255 or 47.29% from 406); Blue value is 150 (58.98% from 255 or 36.95% from 406); Max value from RGB is 192 - color contains mainly: green. Hex color #40C096 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C096 is #BF3F69. Grayscale: #949494. Windows color (decimal): -12533610 or 9879616. OLE color: 9879616.
HSL color Cylindrical-coordinate representation of color #40C096: hue angle of 160.31º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C096 is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 192 | 150 | - |
| CMYK | 0.67 | 0 | 0.22 | 0.25 |
| HSL | 160.31º | 0.5% | 0.5% | - |
| HSV(B) | 160.31º | 0.67% | 0.75% | - |
| XYZ | 26.47 | 40.99 | 35.37 | - |
| YUV | 148.94 | 128.59 | 67.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 192 | 150 | 0.67 | 0 | 0.22 | 0.25 | 160.31 | 0.5 | 0.5 |
| Hex | 40 | C0 | 96 | 43 | 0 | 16 | 19 | A0 | 32 | 32 |
| Octal | 100 | 300 | 226 | 103 | 0 | 26 | 31 | 240 | 62 | 62 |
| Binary | 1000000 | 11000000 | 10010110 | 1000011 | 0 | 10110 | 11001 | 10100000 | 110010 | 110010 |
Color Harmonies of #40C096
Complementary color
Monochromatic Colors of #40C096
Black with #40C096
Text Example
Text Example
White with #40C096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C096; }
p { color: rgb(64,192,150); }
H1.HeaderClassName
{
color: #40C096;
}
.AnyTagClassName
{
color: #40C096;
}
</style>
background-color css
<style>
a { background-color: #40C096; }
a { background-color: rgb(64,192,150); }
div.DivClassName
{
background-color: #40C096;
}
.BgClassName
{
background-color: #40C096;
}
</style>
border-color css
<style>
span { border-color: #40C096; }
span { border-color: rgb(64,192,150); }
td.TdClassName
{
border-color: #40C096;
}
.TagClassName
{
border-color: #40C096;
}
</style>