Shades of Shamrock #36F095
Tints of Shamrock #36F095
RGB
CMYK
RGB Variations
Color information
#36F095 (or 0x36F095) is known color: Shamrock. HEX triplet: 36, F0 and 95. RGB value is (54,240,149). Sum of RGB (Red+Green+Blue) = 54+240+149=443 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.19% from 443); Green value is 240 (94.14% from 255 or 54.18% from 443); Blue value is 149 (58.59% from 255 or 33.63% from 443); Max value from RGB is 240 - color contains mainly: green. Hex color #36F095 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #36F095 is #C90F6A. Grayscale: #AEAEAE. Windows color (decimal): -13176683 or 9826358. OLE color: 9826358.
HSL color Cylindrical-coordinate representation of color #36F095: hue angle of 150.65º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36F095 is Cyan = 0.78, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 54 | 240 | 149 | - |
| CMYK | 0.78 | 0 | 0.38 | 0.06 |
| HSL | 150.65º | 0.86% | 0.58% | - |
| HSV(B) | 150.65º | 0.78% | 0.94% | - |
| XYZ | 38.11 | 65.27 | 39.02 | - |
| YUV | 174.01 | 113.88 | 42.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 240 | 149 | 0.78 | 0 | 0.38 | 0.06 | 150.65 | 0.86 | 0.58 |
| Hex | 36 | F0 | 95 | 4E | 0 | 26 | 6 | 97 | 56 | 3A |
| Octal | 66 | 360 | 225 | 116 | 0 | 46 | 6 | 227 | 126 | 72 |
| Binary | 110110 | 11110000 | 10010101 | 1001110 | 0 | 100110 | 110 | 10010111 | 1010110 | 111010 |
Color Harmonies of #36F095
Complementary color
Monochromatic Colors of #36F095
Black with #36F095
Text Example
Text Example
White with #36F095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F095; }
p { color: rgb(54,240,149); }
H1.HeaderClassName
{
color: #36F095;
}
.AnyTagClassName
{
color: #36F095;
}
</style>
background-color css
<style>
a { background-color: #36F095; }
a { background-color: rgb(54,240,149); }
div.DivClassName
{
background-color: #36F095;
}
.BgClassName
{
background-color: #36F095;
}
</style>
border-color css
<style>
span { border-color: #36F095; }
span { border-color: rgb(54,240,149); }
td.TdClassName
{
border-color: #36F095;
}
.TagClassName
{
border-color: #36F095;
}
</style>