Shades of Shamrock #36F7A0
Tints of Shamrock #36F7A0
RGB
CMYK
RGB Variations
Color information
#36F7A0 (or 0x36F7A0) is known color: Shamrock. HEX triplet: 36, F7 and A0. RGB value is (54,247,160). Sum of RGB (Red+Green+Blue) = 54+247+160=461 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.71% from 461); Green value is 247 (96.88% from 255 or 53.58% from 461); Blue value is 160 (62.89% from 255 or 34.71% from 461); Max value from RGB is 247 - color contains mainly: green. Hex color #36F7A0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #36F7A0 is #C9085F. Grayscale: #B3B3B3. Windows color (decimal): -13174880 or 10549046. OLE color: 10549046.
HSL color Cylindrical-coordinate representation of color #36F7A0: hue angle of 152.95º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36F7A0 is Cyan = 0.78, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 54 | 247 | 160 | - |
| CMYK | 0.78 | 0 | 0.35 | 0.03 |
| HSL | 152.95º | 0.92% | 0.59% | - |
| HSV(B) | 152.95º | 0.78% | 0.97% | - |
| XYZ | 41.13 | 69.84 | 44.57 | - |
| YUV | 179.38 | 117.06 | 38.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 247 | 160 | 0.78 | 0 | 0.35 | 0.03 | 152.95 | 0.92 | 0.59 |
| Hex | 36 | F7 | A0 | 4E | 0 | 23 | 3 | 99 | 5C | 3B |
| Octal | 66 | 367 | 240 | 116 | 0 | 43 | 3 | 231 | 134 | 73 |
| Binary | 110110 | 11110111 | 10100000 | 1001110 | 0 | 100011 | 11 | 10011001 | 1011100 | 111011 |
Color Harmonies of #36F7A0
Complementary color
Monochromatic Colors of #36F7A0
Black with #36F7A0
Text Example
Text Example
White with #36F7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F7A0; }
p { color: rgb(54,247,160); }
H1.HeaderClassName
{
color: #36F7A0;
}
.AnyTagClassName
{
color: #36F7A0;
}
</style>
background-color css
<style>
a { background-color: #36F7A0; }
a { background-color: rgb(54,247,160); }
div.DivClassName
{
background-color: #36F7A0;
}
.BgClassName
{
background-color: #36F7A0;
}
</style>
border-color css
<style>
span { border-color: #36F7A0; }
span { border-color: rgb(54,247,160); }
td.TdClassName
{
border-color: #36F7A0;
}
.TagClassName
{
border-color: #36F7A0;
}
</style>