Shades of Shamrock #40C48A
Tints of Shamrock #40C48A
RGB
CMYK
RGB Variations
Color information
#40C48A (or 0x40C48A) is known color: Shamrock. HEX triplet: 40, C4 and 8A. RGB value is (64,196,138). Sum of RGB (Red+Green+Blue) = 64+196+138=398 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.08% from 398); Green value is 196 (76.95% from 255 or 49.25% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 196 - color contains mainly: green. Hex color #40C48A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C48A is #BF3B75. Grayscale: #969696. Windows color (decimal): -12532598 or 9094208. OLE color: 9094208.
HSL color Cylindrical-coordinate representation of color #40C48A: hue angle of 153.64º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C48A is Cyan = 0.67, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 64 | 196 | 138 | - |
| CMYK | 0.67 | 0 | 0.30 | 0.23 |
| HSL | 153.64º | 0.53% | 0.51% | - |
| HSV(B) | 153.64º | 0.67% | 0.77% | - |
| XYZ | 26.44 | 42.4 | 30.84 | - |
| YUV | 149.92 | 121.27 | 66.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 196 | 138 | 0.67 | 0 | 0.30 | 0.23 | 153.64 | 0.53 | 0.51 |
| Hex | 40 | C4 | 8A | 43 | 0 | 1E | 17 | 9A | 35 | 33 |
| Octal | 100 | 304 | 212 | 103 | 0 | 36 | 27 | 232 | 65 | 63 |
| Binary | 1000000 | 11000100 | 10001010 | 1000011 | 0 | 11110 | 10111 | 10011010 | 110101 | 110011 |
Color Harmonies of #40C48A
Complementary color
Monochromatic Colors of #40C48A
Black with #40C48A
Text Example
Text Example
White with #40C48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C48A; }
p { color: rgb(64,196,138); }
H1.HeaderClassName
{
color: #40C48A;
}
.AnyTagClassName
{
color: #40C48A;
}
</style>
background-color css
<style>
a { background-color: #40C48A; }
a { background-color: rgb(64,196,138); }
div.DivClassName
{
background-color: #40C48A;
}
.BgClassName
{
background-color: #40C48A;
}
</style>
border-color css
<style>
span { border-color: #40C48A; }
span { border-color: rgb(64,196,138); }
td.TdClassName
{
border-color: #40C48A;
}
.TagClassName
{
border-color: #40C48A;
}
</style>