Shades of Shamrock #41CCA0
Tints of Shamrock #41CCA0
RGB
CMYK
RGB Variations
Color information
#41CCA0 (or 0x41CCA0) is known color: Shamrock. HEX triplet: 41, CC and A0. RGB value is (65,204,160). Sum of RGB (Red+Green+Blue) = 65+204+160=429 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.15% from 429); Green value is 204 (80.08% from 255 or 47.55% from 429); Blue value is 160 (62.89% from 255 or 37.30% from 429); Max value from RGB is 204 - color contains mainly: green. Hex color #41CCA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41CCA0 is #BE335F. Grayscale: #9D9D9D. Windows color (decimal): -12464992 or 10538049. OLE color: 10538049.
HSL color Cylindrical-coordinate representation of color #41CCA0: hue angle of 161.01º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41CCA0 is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 65 | 204 | 160 | - |
| CMYK | 0.68 | 0 | 0.22 | 0.2 |
| HSL | 161.01º | 0.58% | 0.53% | - |
| HSV(B) | 161.01º | 0.68% | 0.8% | - |
| XYZ | 30.12 | 46.85 | 40.71 | - |
| YUV | 157.42 | 129.45 | 62.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 204 | 160 | 0.68 | 0 | 0.22 | 0.2 | 161.01 | 0.58 | 0.53 |
| Hex | 41 | CC | A0 | 44 | 0 | 16 | 14 | A1 | 3A | 35 |
| Octal | 101 | 314 | 240 | 104 | 0 | 26 | 24 | 241 | 72 | 65 |
| Binary | 1000001 | 11001100 | 10100000 | 1000100 | 0 | 10110 | 10100 | 10100001 | 111010 | 110101 |
Color Harmonies of #41CCA0
Complementary color
Monochromatic Colors of #41CCA0
Black with #41CCA0
Text Example
Text Example
White with #41CCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CCA0; }
p { color: rgb(65,204,160); }
H1.HeaderClassName
{
color: #41CCA0;
}
.AnyTagClassName
{
color: #41CCA0;
}
</style>
background-color css
<style>
a { background-color: #41CCA0; }
a { background-color: rgb(65,204,160); }
div.DivClassName
{
background-color: #41CCA0;
}
.BgClassName
{
background-color: #41CCA0;
}
</style>
border-color css
<style>
span { border-color: #41CCA0; }
span { border-color: rgb(65,204,160); }
td.TdClassName
{
border-color: #41CCA0;
}
.TagClassName
{
border-color: #41CCA0;
}
</style>