Shades of Shamrock #36C98A
Tints of Shamrock #36C98A
RGB
CMYK
RGB Variations
Color information
#36C98A (or 0x36C98A) is known color: Shamrock. HEX triplet: 36, C9 and 8A. RGB value is (54,201,138). Sum of RGB (Red+Green+Blue) = 54+201+138=393 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.74% from 393); Green value is 201 (78.91% from 255 or 51.15% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 201 - color contains mainly: green. Hex color #36C98A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36C98A is #C93675. Grayscale: #959595. Windows color (decimal): -13186678 or 9095478. OLE color: 9095478.
HSL color Cylindrical-coordinate representation of color #36C98A: hue angle of 154.29º 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 #36C98A is Cyan = 0.73, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 54 | 201 | 138 | - |
| CMYK | 0.73 | 0 | 0.31 | 0.21 |
| HSL | 154.29º | 0.58% | 0.5% | - |
| HSV(B) | 154.29º | 0.73% | 0.79% | - |
| XYZ | 27 | 44.39 | 31.19 | - |
| YUV | 149.87 | 121.3 | 59.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 201 | 138 | 0.73 | 0 | 0.31 | 0.21 | 154.29 | 0.58 | 0.5 |
| Hex | 36 | C9 | 8A | 49 | 0 | 1F | 15 | 9A | 3A | 32 |
| Octal | 66 | 311 | 212 | 111 | 0 | 37 | 25 | 232 | 72 | 62 |
| Binary | 110110 | 11001001 | 10001010 | 1001001 | 0 | 11111 | 10101 | 10011010 | 111010 | 110010 |
Color Harmonies of #36C98A
Complementary color
Monochromatic Colors of #36C98A
Black with #36C98A
Text Example
Text Example
White with #36C98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C98A; }
p { color: rgb(54,201,138); }
H1.HeaderClassName
{
color: #36C98A;
}
.AnyTagClassName
{
color: #36C98A;
}
</style>
background-color css
<style>
a { background-color: #36C98A; }
a { background-color: rgb(54,201,138); }
div.DivClassName
{
background-color: #36C98A;
}
.BgClassName
{
background-color: #36C98A;
}
</style>
border-color css
<style>
span { border-color: #36C98A; }
span { border-color: rgb(54,201,138); }
td.TdClassName
{
border-color: #36C98A;
}
.TagClassName
{
border-color: #36C98A;
}
</style>