Shades of Shamrock #36ECAA
Tints of Shamrock #36ECAA
RGB
CMYK
RGB Variations
Color information
#36ECAA (or 0x36ECAA) is known color: Shamrock. HEX triplet: 36, EC and AA. RGB value is (54,236,170). Sum of RGB (Red+Green+Blue) = 54+236+170=460 (60% of max value = 765). Red value is 54 (21.48% from 255 or 11.74% from 460); Green value is 236 (92.58% from 255 or 51.30% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 236 - color contains mainly: green. Hex color #36ECAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #36ECAA is #C91355. Grayscale: #AEAEAE. Windows color (decimal): -13177686 or 11201590. OLE color: 11201590.
HSL color Cylindrical-coordinate representation of color #36ECAA: hue angle of 158.24º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36ECAA is Cyan = 0.77, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 236 | 170 | - |
| CMYK | 0.77 | 0 | 0.28 | 0.07 |
| HSL | 158.24º | 0.83% | 0.57% | - |
| HSV(B) | 158.24º | 0.77% | 0.93% | - |
| XYZ | 38.77 | 63.68 | 48.28 | - |
| YUV | 174.06 | 125.7 | 42.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 236 | 170 | 0.77 | 0 | 0.28 | 0.07 | 158.24 | 0.83 | 0.57 |
| Hex | 36 | EC | AA | 4D | 0 | 1C | 7 | 9E | 53 | 39 |
| Octal | 66 | 354 | 252 | 115 | 0 | 34 | 7 | 236 | 123 | 71 |
| Binary | 110110 | 11101100 | 10101010 | 1001101 | 0 | 11100 | 111 | 10011110 | 1010011 | 111001 |
Color Harmonies of #36ECAA
Complementary color
Monochromatic Colors of #36ECAA
Black with #36ECAA
Text Example
Text Example
White with #36ECAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36ECAA; }
p { color: rgb(54,236,170); }
H1.HeaderClassName
{
color: #36ECAA;
}
.AnyTagClassName
{
color: #36ECAA;
}
</style>
background-color css
<style>
a { background-color: #36ECAA; }
a { background-color: rgb(54,236,170); }
div.DivClassName
{
background-color: #36ECAA;
}
.BgClassName
{
background-color: #36ECAA;
}
</style>
border-color css
<style>
span { border-color: #36ECAA; }
span { border-color: rgb(54,236,170); }
td.TdClassName
{
border-color: #36ECAA;
}
.TagClassName
{
border-color: #36ECAA;
}
</style>