Shades of Shamrock #36E1A4
Tints of Shamrock #36E1A4
RGB
CMYK
RGB Variations
Color information
#36E1A4 (or 0x36E1A4) is known color: Shamrock. HEX triplet: 36, E1 and A4. RGB value is (54,225,164). Sum of RGB (Red+Green+Blue) = 54+225+164=443 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.19% from 443); Green value is 225 (88.28% from 255 or 50.79% from 443); Blue value is 164 (64.45% from 255 or 37.02% from 443); Max value from RGB is 225 - color contains mainly: green. Hex color #36E1A4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36E1A4 is #C91E5B. Grayscale: #A6A6A6. Windows color (decimal): -13180508 or 10805558. OLE color: 10805558.
HSL color Cylindrical-coordinate representation of color #36E1A4: hue angle of 158.6º degrees, saturation: 0.74, 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 #36E1A4 is Cyan = 0.76, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 54 | 225 | 164 | - |
| CMYK | 0.76 | 0 | 0.27 | 0.12 |
| HSL | 158.6º | 0.74% | 0.55% | - |
| HSV(B) | 158.6º | 0.76% | 0.88% | - |
| XYZ | 35.15 | 57.32 | 44.33 | - |
| YUV | 166.92 | 126.35 | 47.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 225 | 164 | 0.76 | 0 | 0.27 | 0.12 | 158.6 | 0.74 | 0.55 |
| Hex | 36 | E1 | A4 | 4C | 0 | 1B | C | 9F | 4A | 37 |
| Octal | 66 | 341 | 244 | 114 | 0 | 33 | 14 | 237 | 112 | 67 |
| Binary | 110110 | 11100001 | 10100100 | 1001100 | 0 | 11011 | 1100 | 10011111 | 1001010 | 110111 |
Color Harmonies of #36E1A4
Complementary color
Monochromatic Colors of #36E1A4
Black with #36E1A4
Text Example
Text Example
White with #36E1A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36E1A4; }
p { color: rgb(54,225,164); }
H1.HeaderClassName
{
color: #36E1A4;
}
.AnyTagClassName
{
color: #36E1A4;
}
</style>
background-color css
<style>
a { background-color: #36E1A4; }
a { background-color: rgb(54,225,164); }
div.DivClassName
{
background-color: #36E1A4;
}
.BgClassName
{
background-color: #36E1A4;
}
</style>
border-color css
<style>
span { border-color: #36E1A4; }
span { border-color: rgb(54,225,164); }
td.TdClassName
{
border-color: #36E1A4;
}
.TagClassName
{
border-color: #36E1A4;
}
</style>