Shades of Shamrock #36EEA8
Tints of Shamrock #36EEA8
RGB
CMYK
RGB Variations
Color information
#36EEA8 (or 0x36EEA8) is known color: Shamrock. HEX triplet: 36, EE and A8. RGB value is (54,238,168). Sum of RGB (Red+Green+Blue) = 54+238+168=460 (60% of max value = 765). Red value is 54 (21.48% from 255 or 11.74% from 460); Green value is 238 (93.36% from 255 or 51.74% from 460); Blue value is 168 (66.02% from 255 or 36.52% from 460); Max value from RGB is 238 - color contains mainly: green. Hex color #36EEA8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #36EEA8 is #C91157. Grayscale: #AFAFAF. Windows color (decimal): -13177176 or 11071030. OLE color: 11071030.
HSL color Cylindrical-coordinate representation of color #36EEA8: hue angle of 157.17º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36EEA8 is Cyan = 0.77, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 238 | 168 | - |
| CMYK | 0.77 | 0 | 0.29 | 0.07 |
| HSL | 157.17º | 0.84% | 0.57% | - |
| HSV(B) | 157.17º | 0.77% | 0.93% | - |
| XYZ | 39.16 | 64.76 | 47.48 | - |
| YUV | 175 | 124.04 | 41.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 238 | 168 | 0.77 | 0 | 0.29 | 0.07 | 157.17 | 0.84 | 0.57 |
| Hex | 36 | EE | A8 | 4D | 0 | 1D | 7 | 9D | 54 | 39 |
| Octal | 66 | 356 | 250 | 115 | 0 | 35 | 7 | 235 | 124 | 71 |
| Binary | 110110 | 11101110 | 10101000 | 1001101 | 0 | 11101 | 111 | 10011101 | 1010100 | 111001 |
Color Harmonies of #36EEA8
Complementary color
Monochromatic Colors of #36EEA8
Black with #36EEA8
Text Example
Text Example
White with #36EEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36EEA8; }
p { color: rgb(54,238,168); }
H1.HeaderClassName
{
color: #36EEA8;
}
.AnyTagClassName
{
color: #36EEA8;
}
</style>
background-color css
<style>
a { background-color: #36EEA8; }
a { background-color: rgb(54,238,168); }
div.DivClassName
{
background-color: #36EEA8;
}
.BgClassName
{
background-color: #36EEA8;
}
</style>
border-color css
<style>
span { border-color: #36EEA8; }
span { border-color: rgb(54,238,168); }
td.TdClassName
{
border-color: #36EEA8;
}
.TagClassName
{
border-color: #36EEA8;
}
</style>