Shades of Shamrock #41DCAA
Tints of Shamrock #41DCAA
RGB
CMYK
RGB Variations
Color information
#41DCAA (or 0x41DCAA) is known color: Shamrock. HEX triplet: 41, DC and AA. RGB value is (65,220,170). Sum of RGB (Red+Green+Blue) = 65+220+170=455 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.29% from 455); Green value is 220 (86.33% from 255 or 48.35% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 220 - color contains mainly: green. Hex color #41DCAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41DCAA is #BE2355. Grayscale: #A7A7A7. Windows color (decimal): -12460886 or 11197505. OLE color: 11197505.
HSL color Cylindrical-coordinate representation of color #41DCAA: hue angle of 160.65º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41DCAA is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 220 | 170 | - |
| CMYK | 0.70 | 0 | 0.23 | 0.14 |
| HSL | 160.65º | 0.69% | 0.56% | - |
| HSV(B) | 160.65º | 0.7% | 0.86% | - |
| XYZ | 35.03 | 55.21 | 46.84 | - |
| YUV | 167.96 | 129.15 | 54.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 220 | 170 | 0.70 | 0 | 0.23 | 0.14 | 160.65 | 0.69 | 0.56 |
| Hex | 41 | DC | AA | 46 | 0 | 17 | E | A1 | 45 | 38 |
| Octal | 101 | 334 | 252 | 106 | 0 | 27 | 16 | 241 | 105 | 70 |
| Binary | 1000001 | 11011100 | 10101010 | 1000110 | 0 | 10111 | 1110 | 10100001 | 1000101 | 111000 |
Color Harmonies of #41DCAA
Complementary color
Monochromatic Colors of #41DCAA
Black with #41DCAA
Text Example
Text Example
White with #41DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DCAA; }
p { color: rgb(65,220,170); }
H1.HeaderClassName
{
color: #41DCAA;
}
.AnyTagClassName
{
color: #41DCAA;
}
</style>
background-color css
<style>
a { background-color: #41DCAA; }
a { background-color: rgb(65,220,170); }
div.DivClassName
{
background-color: #41DCAA;
}
.BgClassName
{
background-color: #41DCAA;
}
</style>
border-color css
<style>
span { border-color: #41DCAA; }
span { border-color: rgb(65,220,170); }
td.TdClassName
{
border-color: #41DCAA;
}
.TagClassName
{
border-color: #41DCAA;
}
</style>