Shades of Fern #5AB160
Tints of Fern #5AB160
RGB
CMYK
RGB Variations
Color information
#5AB160 (or 0x5AB160) is known color: Fern. HEX triplet: 5A, B1 and 60. RGB value is (90,177,96). Sum of RGB (Red+Green+Blue) = 90+177+96=363 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.79% from 363); Green value is 177 (69.53% from 255 or 48.76% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 177 - color contains mainly: green. Hex color #5AB160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AB160 is #A54E9F. Grayscale: #8D8D8D. Windows color (decimal): -10833568 or 6336858. OLE color: 6336858.
HSL color Cylindrical-coordinate representation of color #5AB160: hue angle of 124.14º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5AB160 is Cyan = 0.49, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 177 | 96 | - |
| CMYK | 0.49 | 0 | 0.46 | 0.31 |
| HSL | 124.14º | 0.36% | 0.52% | - |
| HSV(B) | 124.14º | 0.49% | 0.69% | - |
| XYZ | 22.05 | 34.46 | 16.56 | - |
| YUV | 141.75 | 102.18 | 91.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 177 | 96 | 0.49 | 0 | 0.46 | 0.31 | 124.14 | 0.36 | 0.52 |
| Hex | 5A | B1 | 60 | 31 | 0 | 2E | 1F | 7C | 24 | 34 |
| Octal | 132 | 261 | 140 | 61 | 0 | 56 | 37 | 174 | 44 | 64 |
| Binary | 1011010 | 10110001 | 1100000 | 110001 | 0 | 101110 | 11111 | 1111100 | 100100 | 110100 |
Color Harmonies of #5AB160
Complementary color
Monochromatic Colors of #5AB160
Black with #5AB160
Text Example
Text Example
White with #5AB160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB160; }
p { color: rgb(90,177,96); }
H1.HeaderClassName
{
color: #5AB160;
}
.AnyTagClassName
{
color: #5AB160;
}
</style>
background-color css
<style>
a { background-color: #5AB160; }
a { background-color: rgb(90,177,96); }
div.DivClassName
{
background-color: #5AB160;
}
.BgClassName
{
background-color: #5AB160;
}
</style>
border-color css
<style>
span { border-color: #5AB160; }
span { border-color: rgb(90,177,96); }
td.TdClassName
{
border-color: #5AB160;
}
.TagClassName
{
border-color: #5AB160;
}
</style>