Shades of Shamrock #36CA96
Tints of Shamrock #36CA96
RGB
CMYK
RGB Variations
Color information
#36CA96 (or 0x36CA96) is known color: Shamrock. HEX triplet: 36, CA and 96. RGB value is (54,202,150). Sum of RGB (Red+Green+Blue) = 54+202+150=406 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.30% from 406); Green value is 202 (79.30% from 255 or 49.75% from 406); Blue value is 150 (58.98% from 255 or 36.95% from 406); Max value from RGB is 202 - color contains mainly: green. Hex color #36CA96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36CA96 is #C93569. Grayscale: #979797. Windows color (decimal): -13186410 or 9882166. OLE color: 9882166.
HSL color Cylindrical-coordinate representation of color #36CA96: hue angle of 158.92º 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 #36CA96 is Cyan = 0.73, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 54 | 202 | 150 | - |
| CMYK | 0.73 | 0 | 0.26 | 0.21 |
| HSL | 158.92º | 0.58% | 0.5% | - |
| HSV(B) | 158.92º | 0.73% | 0.79% | - |
| XYZ | 28.15 | 45.23 | 36.1 | - |
| YUV | 151.82 | 126.97 | 58.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 202 | 150 | 0.73 | 0 | 0.26 | 0.21 | 158.92 | 0.58 | 0.5 |
| Hex | 36 | CA | 96 | 49 | 0 | 1A | 15 | 9F | 3A | 32 |
| Octal | 66 | 312 | 226 | 111 | 0 | 32 | 25 | 237 | 72 | 62 |
| Binary | 110110 | 11001010 | 10010110 | 1001001 | 0 | 11010 | 10101 | 10011111 | 111010 | 110010 |
Color Harmonies of #36CA96
Complementary color
Monochromatic Colors of #36CA96
Black with #36CA96
Text Example
Text Example
White with #36CA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CA96; }
p { color: rgb(54,202,150); }
H1.HeaderClassName
{
color: #36CA96;
}
.AnyTagClassName
{
color: #36CA96;
}
</style>
background-color css
<style>
a { background-color: #36CA96; }
a { background-color: rgb(54,202,150); }
div.DivClassName
{
background-color: #36CA96;
}
.BgClassName
{
background-color: #36CA96;
}
</style>
border-color css
<style>
span { border-color: #36CA96; }
span { border-color: rgb(54,202,150); }
td.TdClassName
{
border-color: #36CA96;
}
.TagClassName
{
border-color: #36CA96;
}
</style>