Shades of Shamrock #41CEA0
Tints of Shamrock #41CEA0
RGB
CMYK
RGB Variations
Color information
#41CEA0 (or 0x41CEA0) is known color: Shamrock. HEX triplet: 41, CE and A0. RGB value is (65,206,160). Sum of RGB (Red+Green+Blue) = 65+206+160=431 (57% of max value = 765). Red value is 65 (25.78% from 255 or 15.08% from 431); Green value is 206 (80.86% from 255 or 47.80% from 431); Blue value is 160 (62.89% from 255 or 37.12% from 431); Max value from RGB is 206 - color contains mainly: green. Hex color #41CEA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41CEA0 is #BE315F. Grayscale: #9E9E9E. Windows color (decimal): -12464480 or 10538561. OLE color: 10538561.
HSL color Cylindrical-coordinate representation of color #41CEA0: hue angle of 160.43º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41CEA0 is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 206 | 160 | - |
| CMYK | 0.68 | 0 | 0.22 | 0.19 |
| HSL | 160.43º | 0.59% | 0.53% | - |
| HSV(B) | 160.43º | 0.68% | 0.81% | - |
| XYZ | 30.6 | 47.8 | 40.87 | - |
| YUV | 158.6 | 128.79 | 61.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 206 | 160 | 0.68 | 0 | 0.22 | 0.19 | 160.43 | 0.59 | 0.53 |
| Hex | 41 | CE | A0 | 44 | 0 | 16 | 13 | A0 | 3B | 35 |
| Octal | 101 | 316 | 240 | 104 | 0 | 26 | 23 | 240 | 73 | 65 |
| Binary | 1000001 | 11001110 | 10100000 | 1000100 | 0 | 10110 | 10011 | 10100000 | 111011 | 110101 |
Color Harmonies of #41CEA0
Complementary color
Monochromatic Colors of #41CEA0
Black with #41CEA0
Text Example
Text Example
White with #41CEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CEA0; }
p { color: rgb(65,206,160); }
H1.HeaderClassName
{
color: #41CEA0;
}
.AnyTagClassName
{
color: #41CEA0;
}
</style>
background-color css
<style>
a { background-color: #41CEA0; }
a { background-color: rgb(65,206,160); }
div.DivClassName
{
background-color: #41CEA0;
}
.BgClassName
{
background-color: #41CEA0;
}
</style>
border-color css
<style>
span { border-color: #41CEA0; }
span { border-color: rgb(65,206,160); }
td.TdClassName
{
border-color: #41CEA0;
}
.TagClassName
{
border-color: #41CEA0;
}
</style>