Shades of Shamrock #36C98F
Tints of Shamrock #36C98F
RGB
CMYK
RGB Variations
Color information
#36C98F (or 0x36C98F) is known color: Shamrock. HEX triplet: 36, C9 and 8F. RGB value is (54,201,143). Sum of RGB (Red+Green+Blue) = 54+201+143=398 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.57% from 398); Green value is 201 (78.91% from 255 or 50.50% from 398); Blue value is 143 (56.25% from 255 or 35.93% from 398); Max value from RGB is 201 - color contains mainly: green. Hex color #36C98F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36C98F is #C93670. Grayscale: #969696. Windows color (decimal): -13186673 or 9423158. OLE color: 9423158.
HSL color Cylindrical-coordinate representation of color #36C98F: hue angle of 156.33º 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 #36C98F is Cyan = 0.73, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 54 | 201 | 143 | - |
| CMYK | 0.73 | 0 | 0.29 | 0.21 |
| HSL | 156.33º | 0.58% | 0.5% | - |
| HSV(B) | 156.33º | 0.73% | 0.79% | - |
| XYZ | 27.37 | 44.54 | 33.14 | - |
| YUV | 150.44 | 123.8 | 59.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 201 | 143 | 0.73 | 0 | 0.29 | 0.21 | 156.33 | 0.58 | 0.5 |
| Hex | 36 | C9 | 8F | 49 | 0 | 1D | 15 | 9C | 3A | 32 |
| Octal | 66 | 311 | 217 | 111 | 0 | 35 | 25 | 234 | 72 | 62 |
| Binary | 110110 | 11001001 | 10001111 | 1001001 | 0 | 11101 | 10101 | 10011100 | 111010 | 110010 |
Color Harmonies of #36C98F
Complementary color
Monochromatic Colors of #36C98F
Black with #36C98F
Text Example
Text Example
White with #36C98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C98F; }
p { color: rgb(54,201,143); }
H1.HeaderClassName
{
color: #36C98F;
}
.AnyTagClassName
{
color: #36C98F;
}
</style>
background-color css
<style>
a { background-color: #36C98F; }
a { background-color: rgb(54,201,143); }
div.DivClassName
{
background-color: #36C98F;
}
.BgClassName
{
background-color: #36C98F;
}
</style>
border-color css
<style>
span { border-color: #36C98F; }
span { border-color: rgb(54,201,143); }
td.TdClassName
{
border-color: #36C98F;
}
.TagClassName
{
border-color: #36C98F;
}
</style>