Shades of Shamrock #36FEA1
Tints of Shamrock #36FEA1
RGB
CMYK
RGB Variations
Color information
#36FEA1 (or 0x36FEA1) is known color: Shamrock. HEX triplet: 36, FE and A1. RGB value is (54,254,161). Sum of RGB (Red+Green+Blue) = 54+254+161=469 (62% of max value = 765). Red value is 54 (21.48% from 255 or 11.51% from 469); Green value is 254 (99.61% from 255 or 54.16% from 469); Blue value is 161 (63.28% from 255 or 34.33% from 469); Max value from RGB is 254 - color contains mainly: green. Hex color #36FEA1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #36FEA1 is #C9015E. Grayscale: #B7B7B7. Windows color (decimal): -13173087 or 10616374. OLE color: 10616374.
HSL color Cylindrical-coordinate representation of color #36FEA1: hue angle of 152.1º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36FEA1 is Cyan = 0.79, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 54 | 254 | 161 | - |
| CMYK | 0.79 | 0 | 0.37 | 0.00 |
| HSL | 152.1º | 0.99% | 0.6% | - |
| HSV(B) | 152.1º | 0.79% | 1% | - |
| XYZ | 43.4 | 74.24 | 45.76 | - |
| YUV | 183.6 | 115.24 | 35.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 254 | 161 | 0.79 | 0 | 0.37 | 0.00 | 152.1 | 0.99 | 0.6 |
| Hex | 36 | FE | A1 | 4F | 0 | 25 | 0 | 98 | 63 | 3C |
| Octal | 66 | 376 | 241 | 117 | 0 | 45 | 0 | 230 | 143 | 74 |
| Binary | 110110 | 11111110 | 10100001 | 1001111 | 0 | 100101 | 0 | 10011000 | 1100011 | 111100 |
Color Harmonies of #36FEA1
Complementary color
Monochromatic Colors of #36FEA1
Black with #36FEA1
Text Example
Text Example
White with #36FEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FEA1; }
p { color: rgb(54,254,161); }
H1.HeaderClassName
{
color: #36FEA1;
}
.AnyTagClassName
{
color: #36FEA1;
}
</style>
background-color css
<style>
a { background-color: #36FEA1; }
a { background-color: rgb(54,254,161); }
div.DivClassName
{
background-color: #36FEA1;
}
.BgClassName
{
background-color: #36FEA1;
}
</style>
border-color css
<style>
span { border-color: #36FEA1; }
span { border-color: rgb(54,254,161); }
td.TdClassName
{
border-color: #36FEA1;
}
.TagClassName
{
border-color: #36FEA1;
}
</style>