Shades of Shamrock #36E5A1
Tints of Shamrock #36E5A1
RGB
CMYK
RGB Variations
Color information
#36E5A1 (or 0x36E5A1) is known color: Shamrock. HEX triplet: 36, E5 and A1. RGB value is (54,229,161). Sum of RGB (Red+Green+Blue) = 54+229+161=444 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.16% from 444); Green value is 229 (89.84% from 255 or 51.58% from 444); Blue value is 161 (63.28% from 255 or 36.26% from 444); Max value from RGB is 229 - color contains mainly: green. Hex color #36E5A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36E5A1 is #C91A5E. Grayscale: #A9A9A9. Windows color (decimal): -13179487 or 10609974. OLE color: 10609974.
HSL color Cylindrical-coordinate representation of color #36E5A1: hue angle of 156.69º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36E5A1 is Cyan = 0.76, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 54 | 229 | 161 | - |
| CMYK | 0.76 | 0 | 0.30 | 0.10 |
| HSL | 156.69º | 0.77% | 0.55% | - |
| HSV(B) | 156.69º | 0.76% | 0.9% | - |
| XYZ | 35.97 | 59.4 | 43.29 | - |
| YUV | 168.92 | 123.52 | 46.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 229 | 161 | 0.76 | 0 | 0.30 | 0.10 | 156.69 | 0.77 | 0.55 |
| Hex | 36 | E5 | A1 | 4C | 0 | 1E | A | 9D | 4D | 37 |
| Octal | 66 | 345 | 241 | 114 | 0 | 36 | 12 | 235 | 115 | 67 |
| Binary | 110110 | 11100101 | 10100001 | 1001100 | 0 | 11110 | 1010 | 10011101 | 1001101 | 110111 |
Color Harmonies of #36E5A1
Complementary color
Monochromatic Colors of #36E5A1
Black with #36E5A1
Text Example
Text Example
White with #36E5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36E5A1; }
p { color: rgb(54,229,161); }
H1.HeaderClassName
{
color: #36E5A1;
}
.AnyTagClassName
{
color: #36E5A1;
}
</style>
background-color css
<style>
a { background-color: #36E5A1; }
a { background-color: rgb(54,229,161); }
div.DivClassName
{
background-color: #36E5A1;
}
.BgClassName
{
background-color: #36E5A1;
}
</style>
border-color css
<style>
span { border-color: #36E5A1; }
span { border-color: rgb(54,229,161); }
td.TdClassName
{
border-color: #36E5A1;
}
.TagClassName
{
border-color: #36E5A1;
}
</style>