Shades of Shamrock #41F2AA
Tints of Shamrock #41F2AA
RGB
CMYK
RGB Variations
Color information
#41F2AA (or 0x41F2AA) is known color: Shamrock. HEX triplet: 41, F2 and AA. RGB value is (65,242,170). Sum of RGB (Red+Green+Blue) = 65+242+170=477 (63% of max value = 765). Red value is 65 (25.78% from 255 or 13.63% from 477); Green value is 242 (94.92% from 255 or 50.73% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 242 - color contains mainly: green. Hex color #41F2AA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41F2AA is #BE0D55. Grayscale: #B4B4B4. Windows color (decimal): -12455254 or 11203137. OLE color: 11203137.
HSL color Cylindrical-coordinate representation of color #41F2AA: hue angle of 155.59º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41F2AA is Cyan = 0.73, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 65 | 242 | 170 | - |
| CMYK | 0.73 | 0 | 0.30 | 0.05 |
| HSL | 155.59º | 0.87% | 0.6% | - |
| HSV(B) | 155.59º | 0.73% | 0.95% | - |
| XYZ | 41.19 | 67.53 | 48.89 | - |
| YUV | 180.87 | 121.86 | 45.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 242 | 170 | 0.73 | 0 | 0.30 | 0.05 | 155.59 | 0.87 | 0.6 |
| Hex | 41 | F2 | AA | 49 | 0 | 1E | 5 | 9C | 57 | 3C |
| Octal | 101 | 362 | 252 | 111 | 0 | 36 | 5 | 234 | 127 | 74 |
| Binary | 1000001 | 11110010 | 10101010 | 1001001 | 0 | 11110 | 101 | 10011100 | 1010111 | 111100 |
Color Harmonies of #41F2AA
Complementary color
Monochromatic Colors of #41F2AA
Black with #41F2AA
Text Example
Text Example
White with #41F2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F2AA; }
p { color: rgb(65,242,170); }
H1.HeaderClassName
{
color: #41F2AA;
}
.AnyTagClassName
{
color: #41F2AA;
}
</style>
background-color css
<style>
a { background-color: #41F2AA; }
a { background-color: rgb(65,242,170); }
div.DivClassName
{
background-color: #41F2AA;
}
.BgClassName
{
background-color: #41F2AA;
}
</style>
border-color css
<style>
span { border-color: #41F2AA; }
span { border-color: rgb(65,242,170); }
td.TdClassName
{
border-color: #41F2AA;
}
.TagClassName
{
border-color: #41F2AA;
}
</style>