Shades of Fern #5AB560
Tints of Fern #5AB560
RGB
CMYK
RGB Variations
Color information
#5AB560 (or 0x5AB560) is known color: Fern. HEX triplet: 5A, B5 and 60. RGB value is (90,181,96). Sum of RGB (Red+Green+Blue) = 90+181+96=367 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.52% from 367); Green value is 181 (71.09% from 255 or 49.32% from 367); Blue value is 96 (37.89% from 255 or 26.16% from 367); Max value from RGB is 181 - color contains mainly: green. Hex color #5AB560 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB560 is #A54A9F. Grayscale: #909090. Windows color (decimal): -10832544 or 6337882. OLE color: 6337882.
HSL color Cylindrical-coordinate representation of color #5AB560: hue angle of 123.96º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5AB560 is Cyan = 0.50, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 181 | 96 | - |
| CMYK | 0.50 | 0 | 0.47 | 0.29 |
| HSL | 123.96º | 0.38% | 0.53% | - |
| HSV(B) | 123.96º | 0.5% | 0.71% | - |
| XYZ | 22.85 | 36.07 | 16.82 | - |
| YUV | 144.1 | 100.85 | 89.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 181 | 96 | 0.50 | 0 | 0.47 | 0.29 | 123.96 | 0.38 | 0.53 |
| Hex | 5A | B5 | 60 | 32 | 0 | 2F | 1D | 7C | 26 | 35 |
| Octal | 132 | 265 | 140 | 62 | 0 | 57 | 35 | 174 | 46 | 65 |
| Binary | 1011010 | 10110101 | 1100000 | 110010 | 0 | 101111 | 11101 | 1111100 | 100110 | 110101 |
Color Harmonies of #5AB560
Complementary color
Monochromatic Colors of #5AB560
Black with #5AB560
Text Example
Text Example
White with #5AB560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB560; }
p { color: rgb(90,181,96); }
H1.HeaderClassName
{
color: #5AB560;
}
.AnyTagClassName
{
color: #5AB560;
}
</style>
background-color css
<style>
a { background-color: #5AB560; }
a { background-color: rgb(90,181,96); }
div.DivClassName
{
background-color: #5AB560;
}
.BgClassName
{
background-color: #5AB560;
}
</style>
border-color css
<style>
span { border-color: #5AB560; }
span { border-color: rgb(90,181,96); }
td.TdClassName
{
border-color: #5AB560;
}
.TagClassName
{
border-color: #5AB560;
}
</style>