Shades of Shamrock #36FFA4
Tints of Shamrock #36FFA4
RGB
CMYK
RGB Variations
Color information
#36FFA4 (or 0x36FFA4) is known color: Shamrock. HEX triplet: 36, FF and A4. RGB value is (54,255,164). Sum of RGB (Red+Green+Blue) = 54+255+164=473 (62% of max value = 765). Red value is 54 (21.48% from 255 or 11.42% from 473); Green value is 255 (100% from 255 or 53.91% from 473); Blue value is 164 (64.45% from 255 or 34.67% from 473); Max value from RGB is 255 - color contains mainly: green. Hex color #36FFA4 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #36FFA4 is #C9005B. Grayscale: #B8B8B8. Windows color (decimal): -13172828 or 10813238. OLE color: 10813238.
HSL color Cylindrical-coordinate representation of color #36FFA4: hue angle of 152.84º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36FFA4 is Cyan = 0.79, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 255 | 164 | - |
| CMYK | 0.79 | 0 | 0.36 | 0 |
| HSL | 152.84º | 1% | 0.61% | - |
| HSV(B) | 152.84º | 0.79% | 1% | - |
| XYZ | 43.98 | 74.98 | 47.28 | - |
| YUV | 184.53 | 116.41 | 34.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 255 | 164 | 0.79 | 0 | 0.36 | 0 | 152.84 | 1 | 0.61 |
| Hex | 36 | FF | A4 | 4F | 0 | 24 | 0 | 99 | 64 | 3D |
| Octal | 66 | 377 | 244 | 117 | 0 | 44 | 0 | 231 | 144 | 75 |
| Binary | 110110 | 11111111 | 10100100 | 1001111 | 0 | 100100 | 0 | 10011001 | 1100100 | 111101 |
Color Harmonies of #36FFA4
Complementary color
Monochromatic Colors of #36FFA4
Black with #36FFA4
Text Example
Text Example
White with #36FFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FFA4; }
p { color: rgb(54,255,164); }
H1.HeaderClassName
{
color: #36FFA4;
}
.AnyTagClassName
{
color: #36FFA4;
}
</style>
background-color css
<style>
a { background-color: #36FFA4; }
a { background-color: rgb(54,255,164); }
div.DivClassName
{
background-color: #36FFA4;
}
.BgClassName
{
background-color: #36FFA4;
}
</style>
border-color css
<style>
span { border-color: #36FFA4; }
span { border-color: rgb(54,255,164); }
td.TdClassName
{
border-color: #36FFA4;
}
.TagClassName
{
border-color: #36FFA4;
}
</style>