Shades of Shamrock #41EAAA
Tints of Shamrock #41EAAA
RGB
CMYK
RGB Variations
Color information
#41EAAA (or 0x41EAAA) is known color: Shamrock. HEX triplet: 41, EA and AA. RGB value is (65,234,170). Sum of RGB (Red+Green+Blue) = 65+234+170=469 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.86% from 469); Green value is 234 (91.80% from 255 or 49.89% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 234 - color contains mainly: green. Hex color #41EAAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41EAAA is #BE1555. Grayscale: #B0B0B0. Windows color (decimal): -12457302 or 11201089. OLE color: 11201089.
HSL color Cylindrical-coordinate representation of color #41EAAA: hue angle of 157.28º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41EAAA is Cyan = 0.72, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 65 | 234 | 170 | - |
| CMYK | 0.72 | 0 | 0.27 | 0.08 |
| HSL | 157.28º | 0.8% | 0.59% | - |
| HSV(B) | 157.28º | 0.72% | 0.92% | - |
| XYZ | 38.86 | 62.87 | 48.12 | - |
| YUV | 176.17 | 124.51 | 48.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 234 | 170 | 0.72 | 0 | 0.27 | 0.08 | 157.28 | 0.8 | 0.59 |
| Hex | 41 | EA | AA | 48 | 0 | 1B | 8 | 9D | 50 | 3B |
| Octal | 101 | 352 | 252 | 110 | 0 | 33 | 10 | 235 | 120 | 73 |
| Binary | 1000001 | 11101010 | 10101010 | 1001000 | 0 | 11011 | 1000 | 10011101 | 1010000 | 111011 |
Color Harmonies of #41EAAA
Complementary color
Monochromatic Colors of #41EAAA
Black with #41EAAA
Text Example
Text Example
White with #41EAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41EAAA; }
p { color: rgb(65,234,170); }
H1.HeaderClassName
{
color: #41EAAA;
}
.AnyTagClassName
{
color: #41EAAA;
}
</style>
background-color css
<style>
a { background-color: #41EAAA; }
a { background-color: rgb(65,234,170); }
div.DivClassName
{
background-color: #41EAAA;
}
.BgClassName
{
background-color: #41EAAA;
}
</style>
border-color css
<style>
span { border-color: #41EAAA; }
span { border-color: rgb(65,234,170); }
td.TdClassName
{
border-color: #41EAAA;
}
.TagClassName
{
border-color: #41EAAA;
}
</style>