Shades of Fern #5AB960
Tints of Fern #5AB960
RGB
CMYK
RGB Variations
Color information
#5AB960 (or 0x5AB960) is known color: Fern. HEX triplet: 5A, B9 and 60. RGB value is (90,185,96). Sum of RGB (Red+Green+Blue) = 90+185+96=371 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.26% from 371); Green value is 185 (72.66% from 255 or 49.87% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 185 - color contains mainly: green. Hex color #5AB960 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB960 is #A5469F. Grayscale: #929292. Windows color (decimal): -10831520 or 6338906. OLE color: 6338906.
HSL color Cylindrical-coordinate representation of color #5AB960: hue angle of 123.79º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5AB960 is Cyan = 0.51, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 185 | 96 | - |
| CMYK | 0.51 | 0 | 0.48 | 0.27 |
| HSL | 123.79º | 0.4% | 0.54% | - |
| HSV(B) | 123.79º | 0.51% | 0.73% | - |
| XYZ | 23.68 | 37.72 | 17.1 | - |
| YUV | 146.45 | 99.53 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 185 | 96 | 0.51 | 0 | 0.48 | 0.27 | 123.79 | 0.4 | 0.54 |
| Hex | 5A | B9 | 60 | 33 | 0 | 30 | 1B | 7C | 28 | 36 |
| Octal | 132 | 271 | 140 | 63 | 0 | 60 | 33 | 174 | 50 | 66 |
| Binary | 1011010 | 10111001 | 1100000 | 110011 | 0 | 110000 | 11011 | 1111100 | 101000 | 110110 |
Color Harmonies of #5AB960
Complementary color
Monochromatic Colors of #5AB960
Black with #5AB960
Text Example
Text Example
White with #5AB960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB960; }
p { color: rgb(90,185,96); }
H1.HeaderClassName
{
color: #5AB960;
}
.AnyTagClassName
{
color: #5AB960;
}
</style>
background-color css
<style>
a { background-color: #5AB960; }
a { background-color: rgb(90,185,96); }
div.DivClassName
{
background-color: #5AB960;
}
.BgClassName
{
background-color: #5AB960;
}
</style>
border-color css
<style>
span { border-color: #5AB960; }
span { border-color: rgb(90,185,96); }
td.TdClassName
{
border-color: #5AB960;
}
.TagClassName
{
border-color: #5AB960;
}
</style>