Shades of Shamrock #36CC9C
Tints of Shamrock #36CC9C
RGB
CMYK
RGB Variations
Color information
#36CC9C (or 0x36CC9C) is known color: Shamrock. HEX triplet: 36, CC and 9C. RGB value is (54,204,156). Sum of RGB (Red+Green+Blue) = 54+204+156=414 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.04% from 414); Green value is 204 (80.08% from 255 or 49.28% from 414); Blue value is 156 (61.33% from 255 or 37.68% from 414); Max value from RGB is 204 - color contains mainly: green. Hex color #36CC9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36CC9C is #C93363. Grayscale: #999999. Windows color (decimal): -13185892 or 10275894. OLE color: 10275894.
HSL color Cylindrical-coordinate representation of color #36CC9C: hue angle of 160.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36CC9C is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 54 | 204 | 156 | - |
| CMYK | 0.74 | 0 | 0.24 | 0.2 |
| HSL | 160.8º | 0.6% | 0.51% | - |
| HSV(B) | 160.8º | 0.74% | 0.8% | - |
| XYZ | 29.11 | 46.37 | 38.87 | - |
| YUV | 153.68 | 129.31 | 56.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 204 | 156 | 0.74 | 0 | 0.24 | 0.2 | 160.8 | 0.6 | 0.51 |
| Hex | 36 | CC | 9C | 4A | 0 | 18 | 14 | A1 | 3C | 33 |
| Octal | 66 | 314 | 234 | 112 | 0 | 30 | 24 | 241 | 74 | 63 |
| Binary | 110110 | 11001100 | 10011100 | 1001010 | 0 | 11000 | 10100 | 10100001 | 111100 | 110011 |
Color Harmonies of #36CC9C
Complementary color
Monochromatic Colors of #36CC9C
Black with #36CC9C
Text Example
Text Example
White with #36CC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CC9C; }
p { color: rgb(54,204,156); }
H1.HeaderClassName
{
color: #36CC9C;
}
.AnyTagClassName
{
color: #36CC9C;
}
</style>
background-color css
<style>
a { background-color: #36CC9C; }
a { background-color: rgb(54,204,156); }
div.DivClassName
{
background-color: #36CC9C;
}
.BgClassName
{
background-color: #36CC9C;
}
</style>
border-color css
<style>
span { border-color: #36CC9C; }
span { border-color: rgb(54,204,156); }
td.TdClassName
{
border-color: #36CC9C;
}
.TagClassName
{
border-color: #36CC9C;
}
</style>