Shades of Shamrock #41C09A
Tints of Shamrock #41C09A
RGB
CMYK
RGB Variations
Color information
#41C09A (or 0x41C09A) is known color: Shamrock. HEX triplet: 41, C0 and 9A. RGB value is (65,192,154). Sum of RGB (Red+Green+Blue) = 65+192+154=411 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.82% from 411); Green value is 192 (75.39% from 255 or 46.72% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 192 - color contains mainly: green. Hex color #41C09A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41C09A is #BE3F65. Grayscale: #959595. Windows color (decimal): -12468070 or 10141761. OLE color: 10141761.
HSL color Cylindrical-coordinate representation of color #41C09A: hue angle of 162.05º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41C09A is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 192 | 154 | - |
| CMYK | 0.66 | 0 | 0.20 | 0.25 |
| HSL | 162.05º | 0.5% | 0.5% | - |
| HSV(B) | 162.05º | 0.66% | 0.75% | - |
| XYZ | 26.86 | 41.16 | 37.1 | - |
| YUV | 149.7 | 130.42 | 67.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 192 | 154 | 0.66 | 0 | 0.20 | 0.25 | 162.05 | 0.5 | 0.5 |
| Hex | 41 | C0 | 9A | 42 | 0 | 14 | 19 | A2 | 32 | 32 |
| Octal | 101 | 300 | 232 | 102 | 0 | 24 | 31 | 242 | 62 | 62 |
| Binary | 1000001 | 11000000 | 10011010 | 1000010 | 0 | 10100 | 11001 | 10100010 | 110010 | 110010 |
Color Harmonies of #41C09A
Complementary color
Monochromatic Colors of #41C09A
Black with #41C09A
Text Example
Text Example
White with #41C09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C09A; }
p { color: rgb(65,192,154); }
H1.HeaderClassName
{
color: #41C09A;
}
.AnyTagClassName
{
color: #41C09A;
}
</style>
background-color css
<style>
a { background-color: #41C09A; }
a { background-color: rgb(65,192,154); }
div.DivClassName
{
background-color: #41C09A;
}
.BgClassName
{
background-color: #41C09A;
}
</style>
border-color css
<style>
span { border-color: #41C09A; }
span { border-color: rgb(65,192,154); }
td.TdClassName
{
border-color: #41C09A;
}
.TagClassName
{
border-color: #41C09A;
}
</style>