Shades of Shamrock #36F5A5
Tints of Shamrock #36F5A5
RGB
CMYK
RGB Variations
Color information
#36F5A5 (or 0x36F5A5) is known color: Shamrock. HEX triplet: 36, F5 and A5. RGB value is (54,245,165). Sum of RGB (Red+Green+Blue) = 54+245+165=464 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.64% from 464); Green value is 245 (96.09% from 255 or 52.80% from 464); Blue value is 165 (64.84% from 255 or 35.56% from 464); Max value from RGB is 245 - color contains mainly: green. Hex color #36F5A5 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #36F5A5 is #C90A5A. Grayscale: #B2B2B2. Windows color (decimal): -13175387 or 10876214. OLE color: 10876214.
HSL color Cylindrical-coordinate representation of color #36F5A5: hue angle of 154.87º 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 #36F5A5 is Cyan = 0.78, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 54 | 245 | 165 | - |
| CMYK | 0.78 | 0 | 0.33 | 0.04 |
| HSL | 154.87º | 0.91% | 0.59% | - |
| HSV(B) | 154.87º | 0.78% | 0.96% | - |
| XYZ | 40.97 | 68.81 | 46.72 | - |
| YUV | 178.77 | 120.22 | 39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 245 | 165 | 0.78 | 0 | 0.33 | 0.04 | 154.87 | 0.91 | 0.59 |
| Hex | 36 | F5 | A5 | 4E | 0 | 21 | 4 | 9B | 5B | 3B |
| Octal | 66 | 365 | 245 | 116 | 0 | 41 | 4 | 233 | 133 | 73 |
| Binary | 110110 | 11110101 | 10100101 | 1001110 | 0 | 100001 | 100 | 10011011 | 1011011 | 111011 |
Color Harmonies of #36F5A5
Complementary color
Monochromatic Colors of #36F5A5
Black with #36F5A5
Text Example
Text Example
White with #36F5A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F5A5; }
p { color: rgb(54,245,165); }
H1.HeaderClassName
{
color: #36F5A5;
}
.AnyTagClassName
{
color: #36F5A5;
}
</style>
background-color css
<style>
a { background-color: #36F5A5; }
a { background-color: rgb(54,245,165); }
div.DivClassName
{
background-color: #36F5A5;
}
.BgClassName
{
background-color: #36F5A5;
}
</style>
border-color css
<style>
span { border-color: #36F5A5; }
span { border-color: rgb(54,245,165); }
td.TdClassName
{
border-color: #36F5A5;
}
.TagClassName
{
border-color: #36F5A5;
}
</style>