Shades of Shamrock #36FEA6
Tints of Shamrock #36FEA6
RGB
CMYK
RGB Variations
Color information
#36FEA6 (or 0x36FEA6) is known color: Shamrock. HEX triplet: 36, FE and A6. RGB value is (54,254,166). Sum of RGB (Red+Green+Blue) = 54+254+166=474 (62% of max value = 765). Red value is 54 (21.48% from 255 or 11.39% from 474); Green value is 254 (99.61% from 255 or 53.59% from 474); Blue value is 166 (65.23% from 255 or 35.02% from 474); Max value from RGB is 254 - color contains mainly: green. Hex color #36FEA6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #36FEA6 is #C90159. Grayscale: #B8B8B8. Windows color (decimal): -13173082 or 10944054. OLE color: 10944054.
HSL color Cylindrical-coordinate representation of color #36FEA6: hue angle of 153.6º 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 #36FEA6 is Cyan = 0.79, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 54 | 254 | 166 | - |
| CMYK | 0.79 | 0 | 0.35 | 0.00 |
| HSL | 153.6º | 0.99% | 0.6% | - |
| HSV(B) | 153.6º | 0.79% | 1% | - |
| XYZ | 43.85 | 74.42 | 48.13 | - |
| YUV | 184.17 | 117.74 | 35.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 254 | 166 | 0.79 | 0 | 0.35 | 0.00 | 153.6 | 0.99 | 0.6 |
| Hex | 36 | FE | A6 | 4F | 0 | 23 | 0 | 9A | 63 | 3C |
| Octal | 66 | 376 | 246 | 117 | 0 | 43 | 0 | 232 | 143 | 74 |
| Binary | 110110 | 11111110 | 10100110 | 1001111 | 0 | 100011 | 0 | 10011010 | 1100011 | 111100 |
Color Harmonies of #36FEA6
Complementary color
Monochromatic Colors of #36FEA6
Black with #36FEA6
Text Example
Text Example
White with #36FEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FEA6; }
p { color: rgb(54,254,166); }
H1.HeaderClassName
{
color: #36FEA6;
}
.AnyTagClassName
{
color: #36FEA6;
}
</style>
background-color css
<style>
a { background-color: #36FEA6; }
a { background-color: rgb(54,254,166); }
div.DivClassName
{
background-color: #36FEA6;
}
.BgClassName
{
background-color: #36FEA6;
}
</style>
border-color css
<style>
span { border-color: #36FEA6; }
span { border-color: rgb(54,254,166); }
td.TdClassName
{
border-color: #36FEA6;
}
.TagClassName
{
border-color: #36FEA6;
}
</style>