Shades of Fern #5ABA6D
Tints of Fern #5ABA6D
RGB
CMYK
RGB Variations
Color information
#5ABA6D (or 0x5ABA6D) is known color: Fern. HEX triplet: 5A, BA and 6D. RGB value is (90,186,109). Sum of RGB (Red+Green+Blue) = 90+186+109=385 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.38% from 385); Green value is 186 (73.05% from 255 or 48.31% from 385); Blue value is 109 (42.97% from 255 or 28.31% from 385); Max value from RGB is 186 - color contains mainly: green. Hex color #5ABA6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABA6D is #A54592. Grayscale: #949494. Windows color (decimal): -10831251 or 7191130. OLE color: 7191130.
HSL color Cylindrical-coordinate representation of color #5ABA6D: hue angle of 131.88º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABA6D is Cyan = 0.52, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 186 | 109 | - |
| CMYK | 0.52 | 0 | 0.41 | 0.27 |
| HSL | 131.88º | 0.41% | 0.54% | - |
| HSV(B) | 131.88º | 0.52% | 0.73% | - |
| XYZ | 24.54 | 38.4 | 20.59 | - |
| YUV | 148.52 | 105.7 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 186 | 109 | 0.52 | 0 | 0.41 | 0.27 | 131.88 | 0.41 | 0.54 |
| Hex | 5A | BA | 6D | 34 | 0 | 29 | 1B | 84 | 29 | 36 |
| Octal | 132 | 272 | 155 | 64 | 0 | 51 | 33 | 204 | 51 | 66 |
| Binary | 1011010 | 10111010 | 1101101 | 110100 | 0 | 101001 | 11011 | 10000100 | 101001 | 110110 |
Color Harmonies of #5ABA6D
Complementary color
Monochromatic Colors of #5ABA6D
Black with #5ABA6D
Text Example
Text Example
White with #5ABA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABA6D; }
p { color: rgb(90,186,109); }
H1.HeaderClassName
{
color: #5ABA6D;
}
.AnyTagClassName
{
color: #5ABA6D;
}
</style>
background-color css
<style>
a { background-color: #5ABA6D; }
a { background-color: rgb(90,186,109); }
div.DivClassName
{
background-color: #5ABA6D;
}
.BgClassName
{
background-color: #5ABA6D;
}
</style>
border-color css
<style>
span { border-color: #5ABA6D; }
span { border-color: rgb(90,186,109); }
td.TdClassName
{
border-color: #5ABA6D;
}
.TagClassName
{
border-color: #5ABA6D;
}
</style>