Shades of Shamrock #41C9A1
Tints of Shamrock #41C9A1
RGB
CMYK
RGB Variations
Color information
#41C9A1 (or 0x41C9A1) is known color: Shamrock. HEX triplet: 41, C9 and A1. RGB value is (65,201,161). Sum of RGB (Red+Green+Blue) = 65+201+161=427 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.22% from 427); Green value is 201 (78.91% from 255 or 47.07% from 427); Blue value is 161 (63.28% from 255 or 37.70% from 427); Max value from RGB is 201 - color contains mainly: green. Hex color #41C9A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41C9A1 is #BE365E. Grayscale: #9B9B9B. Windows color (decimal): -12465759 or 10602817. OLE color: 10602817.
HSL color Cylindrical-coordinate representation of color #41C9A1: hue angle of 162.35º 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 #41C9A1 is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 65 | 201 | 161 | - |
| CMYK | 0.68 | 0 | 0.20 | 0.21 |
| HSL | 162.35º | 0.56% | 0.52% | - |
| HSV(B) | 162.35º | 0.68% | 0.79% | - |
| XYZ | 29.5 | 45.47 | 40.94 | - |
| YUV | 155.78 | 130.94 | 63.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 201 | 161 | 0.68 | 0 | 0.20 | 0.21 | 162.35 | 0.56 | 0.52 |
| Hex | 41 | C9 | A1 | 44 | 0 | 14 | 15 | A2 | 38 | 34 |
| Octal | 101 | 311 | 241 | 104 | 0 | 24 | 25 | 242 | 70 | 64 |
| Binary | 1000001 | 11001001 | 10100001 | 1000100 | 0 | 10100 | 10101 | 10100010 | 111000 | 110100 |
Color Harmonies of #41C9A1
Complementary color
Monochromatic Colors of #41C9A1
Black with #41C9A1
Text Example
Text Example
White with #41C9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C9A1; }
p { color: rgb(65,201,161); }
H1.HeaderClassName
{
color: #41C9A1;
}
.AnyTagClassName
{
color: #41C9A1;
}
</style>
background-color css
<style>
a { background-color: #41C9A1; }
a { background-color: rgb(65,201,161); }
div.DivClassName
{
background-color: #41C9A1;
}
.BgClassName
{
background-color: #41C9A1;
}
</style>
border-color css
<style>
span { border-color: #41C9A1; }
span { border-color: rgb(65,201,161); }
td.TdClassName
{
border-color: #41C9A1;
}
.TagClassName
{
border-color: #41C9A1;
}
</style>