Shades of Fern #5AB360
Tints of Fern #5AB360
RGB
CMYK
RGB Variations
Color information
#5AB360 (or 0x5AB360) is known color: Fern. HEX triplet: 5A, B3 and 60. RGB value is (90,179,96). Sum of RGB (Red+Green+Blue) = 90+179+96=365 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.66% from 365); Green value is 179 (70.31% from 255 or 49.04% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 179 - color contains mainly: green. Hex color #5AB360 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB360 is #A54C9F. Grayscale: #8F8F8F. Windows color (decimal): -10833056 or 6337370. OLE color: 6337370.
HSL color Cylindrical-coordinate representation of color #5AB360: hue angle of 124.04º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5AB360 is Cyan = 0.50, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 90 | 179 | 96 | - |
| CMYK | 0.50 | 0 | 0.46 | 0.30 |
| HSL | 124.04º | 0.37% | 0.53% | - |
| HSV(B) | 124.04º | 0.5% | 0.7% | - |
| XYZ | 22.45 | 35.26 | 16.69 | - |
| YUV | 142.93 | 101.51 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 179 | 96 | 0.50 | 0 | 0.46 | 0.30 | 124.04 | 0.37 | 0.53 |
| Hex | 5A | B3 | 60 | 32 | 0 | 2E | 1E | 7C | 25 | 35 |
| Octal | 132 | 263 | 140 | 62 | 0 | 56 | 36 | 174 | 45 | 65 |
| Binary | 1011010 | 10110011 | 1100000 | 110010 | 0 | 101110 | 11110 | 1111100 | 100101 | 110101 |
Color Harmonies of #5AB360
Complementary color
Monochromatic Colors of #5AB360
Black with #5AB360
Text Example
Text Example
White with #5AB360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB360; }
p { color: rgb(90,179,96); }
H1.HeaderClassName
{
color: #5AB360;
}
.AnyTagClassName
{
color: #5AB360;
}
</style>
background-color css
<style>
a { background-color: #5AB360; }
a { background-color: rgb(90,179,96); }
div.DivClassName
{
background-color: #5AB360;
}
.BgClassName
{
background-color: #5AB360;
}
</style>
border-color css
<style>
span { border-color: #5AB360; }
span { border-color: rgb(90,179,96); }
td.TdClassName
{
border-color: #5AB360;
}
.TagClassName
{
border-color: #5AB360;
}
</style>