Shades of Fern #5AB56C
Tints of Fern #5AB56C
RGB
CMYK
RGB Variations
Color information
#5AB56C (or 0x5AB56C) is known color: Fern. HEX triplet: 5A, B5 and 6C. RGB value is (90,181,108). Sum of RGB (Red+Green+Blue) = 90+181+108=379 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.75% from 379); Green value is 181 (71.09% from 255 or 47.76% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 181 - color contains mainly: green. Hex color #5AB56C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB56C is #A54A93. Grayscale: #919191. Windows color (decimal): -10832532 or 7124314. OLE color: 7124314.
HSL color Cylindrical-coordinate representation of color #5AB56C: hue angle of 131.87º 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 #5AB56C is Cyan = 0.50, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 181 | 108 | - |
| CMYK | 0.50 | 0 | 0.40 | 0.29 |
| HSL | 131.87º | 0.38% | 0.53% | - |
| HSV(B) | 131.87º | 0.5% | 0.71% | - |
| XYZ | 23.45 | 36.3 | 19.96 | - |
| YUV | 145.47 | 106.85 | 88.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 181 | 108 | 0.50 | 0 | 0.40 | 0.29 | 131.87 | 0.38 | 0.53 |
| Hex | 5A | B5 | 6C | 32 | 0 | 28 | 1D | 84 | 26 | 35 |
| Octal | 132 | 265 | 154 | 62 | 0 | 50 | 35 | 204 | 46 | 65 |
| Binary | 1011010 | 10110101 | 1101100 | 110010 | 0 | 101000 | 11101 | 10000100 | 100110 | 110101 |
Color Harmonies of #5AB56C
Complementary color
Monochromatic Colors of #5AB56C
Black with #5AB56C
Text Example
Text Example
White with #5AB56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB56C; }
p { color: rgb(90,181,108); }
H1.HeaderClassName
{
color: #5AB56C;
}
.AnyTagClassName
{
color: #5AB56C;
}
</style>
background-color css
<style>
a { background-color: #5AB56C; }
a { background-color: rgb(90,181,108); }
div.DivClassName
{
background-color: #5AB56C;
}
.BgClassName
{
background-color: #5AB56C;
}
</style>
border-color css
<style>
span { border-color: #5AB56C; }
span { border-color: rgb(90,181,108); }
td.TdClassName
{
border-color: #5AB56C;
}
.TagClassName
{
border-color: #5AB56C;
}
</style>