Shades of Shamrock #41FFA2
Tints of Shamrock #41FFA2
RGB
CMYK
RGB Variations
Color information
#41FFA2 (or 0x41FFA2) is known color: Shamrock. HEX triplet: 41, FF and A2. RGB value is (65,255,162). Sum of RGB (Red+Green+Blue) = 65+255+162=482 (63% of max value = 765). Red value is 65 (25.78% from 255 or 13.49% from 482); Green value is 255 (100% from 255 or 52.90% from 482); Blue value is 162 (63.67% from 255 or 33.61% from 482); Max value from RGB is 255 - color contains mainly: green. Hex color #41FFA2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41FFA2 is #BE005D. Grayscale: #BBBBBB. Windows color (decimal): -12451934 or 10682177. OLE color: 10682177.
HSL color Cylindrical-coordinate representation of color #41FFA2: hue angle of 150.63º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41FFA2 is Cyan = 0.75, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 255 | 162 | - |
| CMYK | 0.75 | 0 | 0.36 | 0 |
| HSL | 150.63º | 1% | 0.63% | - |
| HSV(B) | 150.63º | 0.75% | 1% | - |
| XYZ | 44.46 | 75.25 | 46.36 | - |
| YUV | 187.59 | 113.55 | 40.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 255 | 162 | 0.75 | 0 | 0.36 | 0 | 150.63 | 1 | 0.63 |
| Hex | 41 | FF | A2 | 4B | 0 | 24 | 0 | 97 | 64 | 3F |
| Octal | 101 | 377 | 242 | 113 | 0 | 44 | 0 | 227 | 144 | 77 |
| Binary | 1000001 | 11111111 | 10100010 | 1001011 | 0 | 100100 | 0 | 10010111 | 1100100 | 111111 |
Color Harmonies of #41FFA2
Complementary color
Monochromatic Colors of #41FFA2
Black with #41FFA2
Text Example
Text Example
White with #41FFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FFA2; }
p { color: rgb(65,255,162); }
H1.HeaderClassName
{
color: #41FFA2;
}
.AnyTagClassName
{
color: #41FFA2;
}
</style>
background-color css
<style>
a { background-color: #41FFA2; }
a { background-color: rgb(65,255,162); }
div.DivClassName
{
background-color: #41FFA2;
}
.BgClassName
{
background-color: #41FFA2;
}
</style>
border-color css
<style>
span { border-color: #41FFA2; }
span { border-color: rgb(65,255,162); }
td.TdClassName
{
border-color: #41FFA2;
}
.TagClassName
{
border-color: #41FFA2;
}
</style>