Shades of Shamrock #36C986
Tints of Shamrock #36C986
RGB
CMYK
RGB Variations
Color information
#36C986 (or 0x36C986) is known color: Shamrock. HEX triplet: 36, C9 and 86. RGB value is (54,201,134). Sum of RGB (Red+Green+Blue) = 54+201+134=389 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.88% from 389); Green value is 201 (78.91% from 255 or 51.67% from 389); Blue value is 134 (52.73% from 255 or 34.45% from 389); Max value from RGB is 201 - color contains mainly: green. Hex color #36C986 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36C986 is #C93679. Grayscale: #959595. Windows color (decimal): -13186682 or 8833334. OLE color: 8833334.
HSL color Cylindrical-coordinate representation of color #36C986: hue angle of 152.65º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36C986 is Cyan = 0.73, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 54 | 201 | 134 | - |
| CMYK | 0.73 | 0 | 0.33 | 0.21 |
| HSL | 152.65º | 0.58% | 0.5% | - |
| HSV(B) | 152.65º | 0.73% | 0.79% | - |
| XYZ | 26.71 | 44.28 | 29.69 | - |
| YUV | 149.41 | 119.3 | 59.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 201 | 134 | 0.73 | 0 | 0.33 | 0.21 | 152.65 | 0.58 | 0.5 |
| Hex | 36 | C9 | 86 | 49 | 0 | 21 | 15 | 99 | 3A | 32 |
| Octal | 66 | 311 | 206 | 111 | 0 | 41 | 25 | 231 | 72 | 62 |
| Binary | 110110 | 11001001 | 10000110 | 1001001 | 0 | 100001 | 10101 | 10011001 | 111010 | 110010 |
Color Harmonies of #36C986
Complementary color
Monochromatic Colors of #36C986
Black with #36C986
Text Example
Text Example
White with #36C986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C986; }
p { color: rgb(54,201,134); }
H1.HeaderClassName
{
color: #36C986;
}
.AnyTagClassName
{
color: #36C986;
}
</style>
background-color css
<style>
a { background-color: #36C986; }
a { background-color: rgb(54,201,134); }
div.DivClassName
{
background-color: #36C986;
}
.BgClassName
{
background-color: #36C986;
}
</style>
border-color css
<style>
span { border-color: #36C986; }
span { border-color: rgb(54,201,134); }
td.TdClassName
{
border-color: #36C986;
}
.TagClassName
{
border-color: #36C986;
}
</style>