Shades of Shamrock #36E0A0
Tints of Shamrock #36E0A0
RGB
CMYK
RGB Variations
Color information
#36E0A0 (or 0x36E0A0) is known color: Shamrock. HEX triplet: 36, E0 and A0. RGB value is (54,224,160). Sum of RGB (Red+Green+Blue) = 54+224+160=438 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.33% from 438); Green value is 224 (87.89% from 255 or 51.14% from 438); Blue value is 160 (62.89% from 255 or 36.53% from 438); Max value from RGB is 224 - color contains mainly: green. Hex color #36E0A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36E0A0 is #C91F5F. Grayscale: #A5A5A5. Windows color (decimal): -13180768 or 10543158. OLE color: 10543158.
HSL color Cylindrical-coordinate representation of color #36E0A0: hue angle of 157.41º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36E0A0 is Cyan = 0.76, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 54 | 224 | 160 | - |
| CMYK | 0.76 | 0 | 0.29 | 0.12 |
| HSL | 157.41º | 0.73% | 0.55% | - |
| HSV(B) | 157.41º | 0.76% | 0.88% | - |
| XYZ | 34.52 | 56.63 | 42.37 | - |
| YUV | 165.87 | 124.68 | 48.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 224 | 160 | 0.76 | 0 | 0.29 | 0.12 | 157.41 | 0.73 | 0.55 |
| Hex | 36 | E0 | A0 | 4C | 0 | 1D | C | 9D | 49 | 37 |
| Octal | 66 | 340 | 240 | 114 | 0 | 35 | 14 | 235 | 111 | 67 |
| Binary | 110110 | 11100000 | 10100000 | 1001100 | 0 | 11101 | 1100 | 10011101 | 1001001 | 110111 |
Color Harmonies of #36E0A0
Complementary color
Monochromatic Colors of #36E0A0
Black with #36E0A0
Text Example
Text Example
White with #36E0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36E0A0; }
p { color: rgb(54,224,160); }
H1.HeaderClassName
{
color: #36E0A0;
}
.AnyTagClassName
{
color: #36E0A0;
}
</style>
background-color css
<style>
a { background-color: #36E0A0; }
a { background-color: rgb(54,224,160); }
div.DivClassName
{
background-color: #36E0A0;
}
.BgClassName
{
background-color: #36E0A0;
}
</style>
border-color css
<style>
span { border-color: #36E0A0; }
span { border-color: rgb(54,224,160); }
td.TdClassName
{
border-color: #36E0A0;
}
.TagClassName
{
border-color: #36E0A0;
}
</style>