Shades of Shamrock #36E18E
Tints of Shamrock #36E18E
RGB
CMYK
RGB Variations
Color information
#36E18E (or 0x36E18E) is known color: Shamrock. HEX triplet: 36, E1 and 8E. RGB value is (54,225,142). Sum of RGB (Red+Green+Blue) = 54+225+142=421 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.83% from 421); Green value is 225 (88.28% from 255 or 53.44% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 225 - color contains mainly: green. Hex color #36E18E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36E18E is #C91E71. Grayscale: #A4A4A4. Windows color (decimal): -13180530 or 9363766. OLE color: 9363766.
HSL color Cylindrical-coordinate representation of color #36E18E: hue angle of 150.88º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36E18E is Cyan = 0.76, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 54 | 225 | 142 | - |
| CMYK | 0.76 | 0 | 0.37 | 0.12 |
| HSL | 150.88º | 0.74% | 0.55% | - |
| HSV(B) | 150.88º | 0.76% | 0.88% | - |
| XYZ | 33.33 | 56.59 | 34.76 | - |
| YUV | 164.41 | 115.35 | 49.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 225 | 142 | 0.76 | 0 | 0.37 | 0.12 | 150.88 | 0.74 | 0.55 |
| Hex | 36 | E1 | 8E | 4C | 0 | 25 | C | 97 | 4A | 37 |
| Octal | 66 | 341 | 216 | 114 | 0 | 45 | 14 | 227 | 112 | 67 |
| Binary | 110110 | 11100001 | 10001110 | 1001100 | 0 | 100101 | 1100 | 10010111 | 1001010 | 110111 |
Color Harmonies of #36E18E
Complementary color
Monochromatic Colors of #36E18E
Black with #36E18E
Text Example
Text Example
White with #36E18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36E18E; }
p { color: rgb(54,225,142); }
H1.HeaderClassName
{
color: #36E18E;
}
.AnyTagClassName
{
color: #36E18E;
}
</style>
background-color css
<style>
a { background-color: #36E18E; }
a { background-color: rgb(54,225,142); }
div.DivClassName
{
background-color: #36E18E;
}
.BgClassName
{
background-color: #36E18E;
}
</style>
border-color css
<style>
span { border-color: #36E18E; }
span { border-color: rgb(54,225,142); }
td.TdClassName
{
border-color: #36E18E;
}
.TagClassName
{
border-color: #36E18E;
}
</style>