Shades of Shamrock #36C99A
Tints of Shamrock #36C99A
RGB
CMYK
RGB Variations
Color information
#36C99A (or 0x36C99A) is known color: Shamrock. HEX triplet: 36, C9 and 9A. RGB value is (54,201,154). Sum of RGB (Red+Green+Blue) = 54+201+154=409 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.20% from 409); Green value is 201 (78.91% from 255 or 49.14% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 201 - color contains mainly: green. Hex color #36C99A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36C99A is #C93665. Grayscale: #979797. Windows color (decimal): -13186662 or 10144054. OLE color: 10144054.
HSL color Cylindrical-coordinate representation of color #36C99A: hue angle of 160.82º 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 #36C99A is Cyan = 0.73, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 54 | 201 | 154 | - |
| CMYK | 0.73 | 0 | 0.23 | 0.21 |
| HSL | 160.82º | 0.58% | 0.5% | - |
| HSV(B) | 160.82º | 0.73% | 0.79% | - |
| XYZ | 28.24 | 44.89 | 37.75 | - |
| YUV | 151.69 | 129.3 | 58.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 201 | 154 | 0.73 | 0 | 0.23 | 0.21 | 160.82 | 0.58 | 0.5 |
| Hex | 36 | C9 | 9A | 49 | 0 | 17 | 15 | A1 | 3A | 32 |
| Octal | 66 | 311 | 232 | 111 | 0 | 27 | 25 | 241 | 72 | 62 |
| Binary | 110110 | 11001001 | 10011010 | 1001001 | 0 | 10111 | 10101 | 10100001 | 111010 | 110010 |
Color Harmonies of #36C99A
Complementary color
Monochromatic Colors of #36C99A
Black with #36C99A
Text Example
Text Example
White with #36C99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C99A; }
p { color: rgb(54,201,154); }
H1.HeaderClassName
{
color: #36C99A;
}
.AnyTagClassName
{
color: #36C99A;
}
</style>
background-color css
<style>
a { background-color: #36C99A; }
a { background-color: rgb(54,201,154); }
div.DivClassName
{
background-color: #36C99A;
}
.BgClassName
{
background-color: #36C99A;
}
</style>
border-color css
<style>
span { border-color: #36C99A; }
span { border-color: rgb(54,201,154); }
td.TdClassName
{
border-color: #36C99A;
}
.TagClassName
{
border-color: #36C99A;
}
</style>