Shades of Shamrock #40C9A5
Tints of Shamrock #40C9A5
RGB
CMYK
RGB Variations
Color information
#40C9A5 (or 0x40C9A5) is known color: Shamrock. HEX triplet: 40, C9 and A5. RGB value is (64,201,165). Sum of RGB (Red+Green+Blue) = 64+201+165=430 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.88% from 430); Green value is 201 (78.91% from 255 or 46.74% from 430); Blue value is 165 (64.84% from 255 or 38.37% from 430); Max value from RGB is 201 - color contains mainly: green. Hex color #40C9A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C9A5 is #BF365A. Grayscale: #9B9B9B. Windows color (decimal): -12531291 or 10864960. OLE color: 10864960.
HSL color Cylindrical-coordinate representation of color #40C9A5: hue angle of 164.23º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40C9A5 is Cyan = 0.68, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 201 | 165 | - |
| CMYK | 0.68 | 0 | 0.18 | 0.21 |
| HSL | 164.23º | 0.56% | 0.52% | - |
| HSV(B) | 164.23º | 0.68% | 0.79% | - |
| XYZ | 29.79 | 45.58 | 42.82 | - |
| YUV | 155.93 | 133.11 | 62.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 201 | 165 | 0.68 | 0 | 0.18 | 0.21 | 164.23 | 0.56 | 0.52 |
| Hex | 40 | C9 | A5 | 44 | 0 | 12 | 15 | A4 | 38 | 34 |
| Octal | 100 | 311 | 245 | 104 | 0 | 22 | 25 | 244 | 70 | 64 |
| Binary | 1000000 | 11001001 | 10100101 | 1000100 | 0 | 10010 | 10101 | 10100100 | 111000 | 110100 |
Color Harmonies of #40C9A5
Complementary color
Monochromatic Colors of #40C9A5
Black with #40C9A5
Text Example
Text Example
White with #40C9A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C9A5; }
p { color: rgb(64,201,165); }
H1.HeaderClassName
{
color: #40C9A5;
}
.AnyTagClassName
{
color: #40C9A5;
}
</style>
background-color css
<style>
a { background-color: #40C9A5; }
a { background-color: rgb(64,201,165); }
div.DivClassName
{
background-color: #40C9A5;
}
.BgClassName
{
background-color: #40C9A5;
}
</style>
border-color css
<style>
span { border-color: #40C9A5; }
span { border-color: rgb(64,201,165); }
td.TdClassName
{
border-color: #40C9A5;
}
.TagClassName
{
border-color: #40C9A5;
}
</style>