Shades of Fern #5AB96B
Tints of Fern #5AB96B
RGB
CMYK
RGB Variations
Color information
#5AB96B (or 0x5AB96B) is known color: Fern. HEX triplet: 5A, B9 and 6B. RGB value is (90,185,107). Sum of RGB (Red+Green+Blue) = 90+185+107=382 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.56% from 382); Green value is 185 (72.66% from 255 or 48.43% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 185 - color contains mainly: green. Hex color #5AB96B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB96B is #A54694. Grayscale: #939393. Windows color (decimal): -10831509 or 7059802. OLE color: 7059802.
HSL color Cylindrical-coordinate representation of color #5AB96B: hue angle of 130.74º 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 #5AB96B is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 185 | 107 | - |
| CMYK | 0.51 | 0 | 0.42 | 0.27 |
| HSL | 130.74º | 0.4% | 0.54% | - |
| HSV(B) | 130.74º | 0.51% | 0.73% | - |
| XYZ | 24.22 | 37.93 | 19.96 | - |
| YUV | 147.7 | 105.03 | 86.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 185 | 107 | 0.51 | 0 | 0.42 | 0.27 | 130.74 | 0.4 | 0.54 |
| Hex | 5A | B9 | 6B | 33 | 0 | 2A | 1B | 83 | 28 | 36 |
| Octal | 132 | 271 | 153 | 63 | 0 | 52 | 33 | 203 | 50 | 66 |
| Binary | 1011010 | 10111001 | 1101011 | 110011 | 0 | 101010 | 11011 | 10000011 | 101000 | 110110 |
Color Harmonies of #5AB96B
Complementary color
Monochromatic Colors of #5AB96B
Black with #5AB96B
Text Example
Text Example
White with #5AB96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB96B; }
p { color: rgb(90,185,107); }
H1.HeaderClassName
{
color: #5AB96B;
}
.AnyTagClassName
{
color: #5AB96B;
}
</style>
background-color css
<style>
a { background-color: #5AB96B; }
a { background-color: rgb(90,185,107); }
div.DivClassName
{
background-color: #5AB96B;
}
.BgClassName
{
background-color: #5AB96B;
}
</style>
border-color css
<style>
span { border-color: #5AB96B; }
span { border-color: rgb(90,185,107); }
td.TdClassName
{
border-color: #5AB96B;
}
.TagClassName
{
border-color: #5AB96B;
}
</style>