Shades of Fern #5AC860
Tints of Fern #5AC860
RGB
CMYK
RGB Variations
Color information
#5AC860 (or 0x5AC860) is known color: Fern. HEX triplet: 5A, C8 and 60. RGB value is (90,200,96). Sum of RGB (Red+Green+Blue) = 90+200+96=386 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.32% from 386); Green value is 200 (78.52% from 255 or 51.81% from 386); Blue value is 96 (37.89% from 255 or 24.87% from 386); Max value from RGB is 200 - color contains mainly: green. Hex color #5AC860 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC860 is #A5379F. Grayscale: #9B9B9B. Windows color (decimal): -10827680 or 6342746. OLE color: 6342746.
HSL color Cylindrical-coordinate representation of color #5AC860: hue angle of 123.27º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5AC860 is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 90 | 200 | 96 | - |
| CMYK | 0.55 | 0 | 0.52 | 0.22 |
| HSL | 123.27º | 0.5% | 0.57% | - |
| HSV(B) | 123.27º | 0.55% | 0.78% | - |
| XYZ | 26.98 | 44.33 | 18.2 | - |
| YUV | 155.25 | 94.56 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 200 | 96 | 0.55 | 0 | 0.52 | 0.22 | 123.27 | 0.5 | 0.57 |
| Hex | 5A | C8 | 60 | 37 | 0 | 34 | 16 | 7B | 32 | 39 |
| Octal | 132 | 310 | 140 | 67 | 0 | 64 | 26 | 173 | 62 | 71 |
| Binary | 1011010 | 11001000 | 1100000 | 110111 | 0 | 110100 | 10110 | 1111011 | 110010 | 111001 |
Color Harmonies of #5AC860
Complementary color
Monochromatic Colors of #5AC860
Black with #5AC860
Text Example
Text Example
White with #5AC860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC860; }
p { color: rgb(90,200,96); }
H1.HeaderClassName
{
color: #5AC860;
}
.AnyTagClassName
{
color: #5AC860;
}
</style>
background-color css
<style>
a { background-color: #5AC860; }
a { background-color: rgb(90,200,96); }
div.DivClassName
{
background-color: #5AC860;
}
.BgClassName
{
background-color: #5AC860;
}
</style>
border-color css
<style>
span { border-color: #5AC860; }
span { border-color: rgb(90,200,96); }
td.TdClassName
{
border-color: #5AC860;
}
.TagClassName
{
border-color: #5AC860;
}
</style>