Shades of Shamrock #36EDA1
Tints of Shamrock #36EDA1
RGB
CMYK
RGB Variations
Color information
#36EDA1 (or 0x36EDA1) is known color: Shamrock. HEX triplet: 36, ED and A1. RGB value is (54,237,161). Sum of RGB (Red+Green+Blue) = 54+237+161=452 (59% of max value = 765). Red value is 54 (21.48% from 255 or 11.95% from 452); Green value is 237 (92.97% from 255 or 52.43% from 452); Blue value is 161 (63.28% from 255 or 35.62% from 452); Max value from RGB is 237 - color contains mainly: green. Hex color #36EDA1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #36EDA1 is #C9125E. Grayscale: #ADADAD. Windows color (decimal): -13177439 or 10612022. OLE color: 10612022.
HSL color Cylindrical-coordinate representation of color #36EDA1: hue angle of 155.08º 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 #36EDA1 is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 237 | 161 | - |
| CMYK | 0.77 | 0 | 0.32 | 0.07 |
| HSL | 155.08º | 0.84% | 0.57% | - |
| HSV(B) | 155.08º | 0.77% | 0.93% | - |
| XYZ | 38.24 | 63.93 | 44.04 | - |
| YUV | 173.62 | 120.87 | 42.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 237 | 161 | 0.77 | 0 | 0.32 | 0.07 | 155.08 | 0.84 | 0.57 |
| Hex | 36 | ED | A1 | 4D | 0 | 20 | 7 | 9B | 54 | 39 |
| Octal | 66 | 355 | 241 | 115 | 0 | 40 | 7 | 233 | 124 | 71 |
| Binary | 110110 | 11101101 | 10100001 | 1001101 | 0 | 100000 | 111 | 10011011 | 1010100 | 111001 |
Color Harmonies of #36EDA1
Complementary color
Monochromatic Colors of #36EDA1
Black with #36EDA1
Text Example
Text Example
White with #36EDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36EDA1; }
p { color: rgb(54,237,161); }
H1.HeaderClassName
{
color: #36EDA1;
}
.AnyTagClassName
{
color: #36EDA1;
}
</style>
background-color css
<style>
a { background-color: #36EDA1; }
a { background-color: rgb(54,237,161); }
div.DivClassName
{
background-color: #36EDA1;
}
.BgClassName
{
background-color: #36EDA1;
}
</style>
border-color css
<style>
span { border-color: #36EDA1; }
span { border-color: rgb(54,237,161); }
td.TdClassName
{
border-color: #36EDA1;
}
.TagClassName
{
border-color: #36EDA1;
}
</style>