Shades of Fern #5AB86C
Tints of Fern #5AB86C
RGB
CMYK
RGB Variations
Color information
#5AB86C (or 0x5AB86C) is known color: Fern. HEX triplet: 5A, B8 and 6C. RGB value is (90,184,108). Sum of RGB (Red+Green+Blue) = 90+184+108=382 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.56% from 382); Green value is 184 (72.27% from 255 or 48.17% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 184 - color contains mainly: green. Hex color #5AB86C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB86C is #A54793. Grayscale: #939393. Windows color (decimal): -10831764 or 7125082. OLE color: 7125082.
HSL color Cylindrical-coordinate representation of color #5AB86C: hue angle of 131.49º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5AB86C is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 90 | 184 | 108 | - |
| CMYK | 0.51 | 0 | 0.41 | 0.28 |
| HSL | 131.49º | 0.4% | 0.54% | - |
| HSV(B) | 131.49º | 0.51% | 0.72% | - |
| XYZ | 24.06 | 37.54 | 20.16 | - |
| YUV | 147.23 | 105.86 | 87.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 184 | 108 | 0.51 | 0 | 0.41 | 0.28 | 131.49 | 0.4 | 0.54 |
| Hex | 5A | B8 | 6C | 33 | 0 | 29 | 1C | 83 | 28 | 36 |
| Octal | 132 | 270 | 154 | 63 | 0 | 51 | 34 | 203 | 50 | 66 |
| Binary | 1011010 | 10111000 | 1101100 | 110011 | 0 | 101001 | 11100 | 10000011 | 101000 | 110110 |
Color Harmonies of #5AB86C
Complementary color
Monochromatic Colors of #5AB86C
Black with #5AB86C
Text Example
Text Example
White with #5AB86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB86C; }
p { color: rgb(90,184,108); }
H1.HeaderClassName
{
color: #5AB86C;
}
.AnyTagClassName
{
color: #5AB86C;
}
</style>
background-color css
<style>
a { background-color: #5AB86C; }
a { background-color: rgb(90,184,108); }
div.DivClassName
{
background-color: #5AB86C;
}
.BgClassName
{
background-color: #5AB86C;
}
</style>
border-color css
<style>
span { border-color: #5AB86C; }
span { border-color: rgb(90,184,108); }
td.TdClassName
{
border-color: #5AB86C;
}
.TagClassName
{
border-color: #5AB86C;
}
</style>