Shades of Shamrock #36FFA6
Tints of Shamrock #36FFA6
RGB
CMYK
RGB Variations
Color information
#36FFA6 (or 0x36FFA6) is known color: Shamrock. HEX triplet: 36, FF and A6. RGB value is (54,255,166). Sum of RGB (Red+Green+Blue) = 54+255+166=475 (62% of max value = 765). Red value is 54 (21.48% from 255 or 11.37% from 475); Green value is 255 (100% from 255 or 53.68% from 475); Blue value is 166 (65.23% from 255 or 34.95% from 475); Max value from RGB is 255 - color contains mainly: green. Hex color #36FFA6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #36FFA6 is #C90059. Grayscale: #B8B8B8. Windows color (decimal): -13172826 or 10944310. OLE color: 10944310.
HSL color Cylindrical-coordinate representation of color #36FFA6: hue angle of 153.43º 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 #36FFA6 is Cyan = 0.79, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 255 | 166 | - |
| CMYK | 0.79 | 0 | 0.35 | 0 |
| HSL | 153.43º | 1% | 0.61% | - |
| HSV(B) | 153.43º | 0.79% | 1% | - |
| XYZ | 44.16 | 75.06 | 48.24 | - |
| YUV | 184.76 | 117.41 | 34.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 255 | 166 | 0.79 | 0 | 0.35 | 0 | 153.43 | 1 | 0.61 |
| Hex | 36 | FF | A6 | 4F | 0 | 23 | 0 | 99 | 64 | 3D |
| Octal | 66 | 377 | 246 | 117 | 0 | 43 | 0 | 231 | 144 | 75 |
| Binary | 110110 | 11111111 | 10100110 | 1001111 | 0 | 100011 | 0 | 10011001 | 1100100 | 111101 |
Color Harmonies of #36FFA6
Complementary color
Monochromatic Colors of #36FFA6
Black with #36FFA6
Text Example
Text Example
White with #36FFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FFA6; }
p { color: rgb(54,255,166); }
H1.HeaderClassName
{
color: #36FFA6;
}
.AnyTagClassName
{
color: #36FFA6;
}
</style>
background-color css
<style>
a { background-color: #36FFA6; }
a { background-color: rgb(54,255,166); }
div.DivClassName
{
background-color: #36FFA6;
}
.BgClassName
{
background-color: #36FFA6;
}
</style>
border-color css
<style>
span { border-color: #36FFA6; }
span { border-color: rgb(54,255,166); }
td.TdClassName
{
border-color: #36FFA6;
}
.TagClassName
{
border-color: #36FFA6;
}
</style>