Shades of Shamrock #36CC9D
Tints of Shamrock #36CC9D
RGB
CMYK
RGB Variations
Color information
#36CC9D (or 0x36CC9D) is known color: Shamrock. HEX triplet: 36, CC and 9D. RGB value is (54,204,157). Sum of RGB (Red+Green+Blue) = 54+204+157=415 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.01% from 415); Green value is 204 (80.08% from 255 or 49.16% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 204 - color contains mainly: green. Hex color #36CC9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36CC9D is #C93362. Grayscale: #999999. Windows color (decimal): -13185891 or 10341430. OLE color: 10341430.
HSL color Cylindrical-coordinate representation of color #36CC9D: hue angle of 161.2º 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 #36CC9D is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 54 | 204 | 157 | - |
| CMYK | 0.74 | 0 | 0.23 | 0.2 |
| HSL | 161.2º | 0.6% | 0.51% | - |
| HSV(B) | 161.2º | 0.74% | 0.8% | - |
| XYZ | 29.2 | 46.4 | 39.32 | - |
| YUV | 153.79 | 129.81 | 56.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 204 | 157 | 0.74 | 0 | 0.23 | 0.2 | 161.2 | 0.6 | 0.51 |
| Hex | 36 | CC | 9D | 4A | 0 | 17 | 14 | A1 | 3C | 33 |
| Octal | 66 | 314 | 235 | 112 | 0 | 27 | 24 | 241 | 74 | 63 |
| Binary | 110110 | 11001100 | 10011101 | 1001010 | 0 | 10111 | 10100 | 10100001 | 111100 | 110011 |
Color Harmonies of #36CC9D
Complementary color
Monochromatic Colors of #36CC9D
Black with #36CC9D
Text Example
Text Example
White with #36CC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CC9D; }
p { color: rgb(54,204,157); }
H1.HeaderClassName
{
color: #36CC9D;
}
.AnyTagClassName
{
color: #36CC9D;
}
</style>
background-color css
<style>
a { background-color: #36CC9D; }
a { background-color: rgb(54,204,157); }
div.DivClassName
{
background-color: #36CC9D;
}
.BgClassName
{
background-color: #36CC9D;
}
</style>
border-color css
<style>
span { border-color: #36CC9D; }
span { border-color: rgb(54,204,157); }
td.TdClassName
{
border-color: #36CC9D;
}
.TagClassName
{
border-color: #36CC9D;
}
</style>