Shades of Shamrock #36F5A2
Tints of Shamrock #36F5A2
RGB
CMYK
RGB Variations
Color information
#36F5A2 (or 0x36F5A2) is known color: Shamrock. HEX triplet: 36, F5 and A2. RGB value is (54,245,162). Sum of RGB (Red+Green+Blue) = 54+245+162=461 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.71% from 461); Green value is 245 (96.09% from 255 or 53.15% from 461); Blue value is 162 (63.67% from 255 or 35.14% from 461); Max value from RGB is 245 - color contains mainly: green. Hex color #36F5A2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #36F5A2 is #C90A5D. Grayscale: #B2B2B2. Windows color (decimal): -13175390 or 10679606. OLE color: 10679606.
HSL color Cylindrical-coordinate representation of color #36F5A2: hue angle of 153.93º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36F5A2 is Cyan = 0.78, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 54 | 245 | 162 | - |
| CMYK | 0.78 | 0 | 0.34 | 0.04 |
| HSL | 153.93º | 0.91% | 0.59% | - |
| HSV(B) | 153.93º | 0.78% | 0.96% | - |
| XYZ | 40.7 | 68.7 | 45.3 | - |
| YUV | 178.43 | 118.72 | 39.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 245 | 162 | 0.78 | 0 | 0.34 | 0.04 | 153.93 | 0.91 | 0.59 |
| Hex | 36 | F5 | A2 | 4E | 0 | 22 | 4 | 9A | 5B | 3B |
| Octal | 66 | 365 | 242 | 116 | 0 | 42 | 4 | 232 | 133 | 73 |
| Binary | 110110 | 11110101 | 10100010 | 1001110 | 0 | 100010 | 100 | 10011010 | 1011011 | 111011 |
Color Harmonies of #36F5A2
Complementary color
Monochromatic Colors of #36F5A2
Black with #36F5A2
Text Example
Text Example
White with #36F5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F5A2; }
p { color: rgb(54,245,162); }
H1.HeaderClassName
{
color: #36F5A2;
}
.AnyTagClassName
{
color: #36F5A2;
}
</style>
background-color css
<style>
a { background-color: #36F5A2; }
a { background-color: rgb(54,245,162); }
div.DivClassName
{
background-color: #36F5A2;
}
.BgClassName
{
background-color: #36F5A2;
}
</style>
border-color css
<style>
span { border-color: #36F5A2; }
span { border-color: rgb(54,245,162); }
td.TdClassName
{
border-color: #36F5A2;
}
.TagClassName
{
border-color: #36F5A2;
}
</style>