Shades of Fern #5AAB5E
Tints of Fern #5AAB5E
RGB
CMYK
RGB Variations
Color information
#5AAB5E (or 0x5AAB5E) is known color: Fern. HEX triplet: 5A, AB and 5E. RGB value is (90,171,94). Sum of RGB (Red+Green+Blue) = 90+171+94=355 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.35% from 355); Green value is 171 (67.19% from 255 or 48.17% from 355); Blue value is 94 (37.11% from 255 or 26.48% from 355); Max value from RGB is 171 - color contains mainly: green. Hex color #5AAB5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAB5E is #A554A1. Grayscale: #8A8A8A. Windows color (decimal): -10835106 or 6204250. OLE color: 6204250.
HSL color Cylindrical-coordinate representation of color #5AAB5E: hue angle of 122.96º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5AAB5E is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 171 | 94 | - |
| CMYK | 0.47 | 0 | 0.45 | 0.33 |
| HSL | 122.96º | 0.33% | 0.51% | - |
| HSV(B) | 122.96º | 0.47% | 0.67% | - |
| XYZ | 20.8 | 32.11 | 15.69 | - |
| YUV | 138 | 103.16 | 93.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 171 | 94 | 0.47 | 0 | 0.45 | 0.33 | 122.96 | 0.33 | 0.51 |
| Hex | 5A | AB | 5E | 2F | 0 | 2D | 21 | 7B | 21 | 33 |
| Octal | 132 | 253 | 136 | 57 | 0 | 55 | 41 | 173 | 41 | 63 |
| Binary | 1011010 | 10101011 | 1011110 | 101111 | 0 | 101101 | 100001 | 1111011 | 100001 | 110011 |
Color Harmonies of #5AAB5E
Complementary color
Monochromatic Colors of #5AAB5E
Black with #5AAB5E
Text Example
Text Example
White with #5AAB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAB5E; }
p { color: rgb(90,171,94); }
H1.HeaderClassName
{
color: #5AAB5E;
}
.AnyTagClassName
{
color: #5AAB5E;
}
</style>
background-color css
<style>
a { background-color: #5AAB5E; }
a { background-color: rgb(90,171,94); }
div.DivClassName
{
background-color: #5AAB5E;
}
.BgClassName
{
background-color: #5AAB5E;
}
</style>
border-color css
<style>
span { border-color: #5AAB5E; }
span { border-color: rgb(90,171,94); }
td.TdClassName
{
border-color: #5AAB5E;
}
.TagClassName
{
border-color: #5AAB5E;
}
</style>