Shades of Fern #5AAF5E
Tints of Fern #5AAF5E
RGB
CMYK
RGB Variations
Color information
#5AAF5E (or 0x5AAF5E) is known color: Fern. HEX triplet: 5A, AF and 5E. RGB value is (90,175,94). Sum of RGB (Red+Green+Blue) = 90+175+94=359 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.07% from 359); Green value is 175 (68.75% from 255 or 48.75% from 359); Blue value is 94 (37.11% from 255 or 26.18% from 359); Max value from RGB is 175 - color contains mainly: green. Hex color #5AAF5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAF5E is #A550A1. Grayscale: #8C8C8C. Windows color (decimal): -10834082 or 6205274. OLE color: 6205274.
HSL color Cylindrical-coordinate representation of color #5AAF5E: hue angle of 122.82º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5AAF5E is Cyan = 0.49, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 175 | 94 | - |
| CMYK | 0.49 | 0 | 0.46 | 0.31 |
| HSL | 122.82º | 0.35% | 0.52% | - |
| HSV(B) | 122.82º | 0.49% | 0.69% | - |
| XYZ | 21.57 | 33.64 | 15.95 | - |
| YUV | 140.35 | 101.84 | 92.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 175 | 94 | 0.49 | 0 | 0.46 | 0.31 | 122.82 | 0.35 | 0.52 |
| Hex | 5A | AF | 5E | 31 | 0 | 2E | 1F | 7B | 23 | 34 |
| Octal | 132 | 257 | 136 | 61 | 0 | 56 | 37 | 173 | 43 | 64 |
| Binary | 1011010 | 10101111 | 1011110 | 110001 | 0 | 101110 | 11111 | 1111011 | 100011 | 110100 |
Color Harmonies of #5AAF5E
Complementary color
Monochromatic Colors of #5AAF5E
Black with #5AAF5E
Text Example
Text Example
White with #5AAF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAF5E; }
p { color: rgb(90,175,94); }
H1.HeaderClassName
{
color: #5AAF5E;
}
.AnyTagClassName
{
color: #5AAF5E;
}
</style>
background-color css
<style>
a { background-color: #5AAF5E; }
a { background-color: rgb(90,175,94); }
div.DivClassName
{
background-color: #5AAF5E;
}
.BgClassName
{
background-color: #5AAF5E;
}
</style>
border-color css
<style>
span { border-color: #5AAF5E; }
span { border-color: rgb(90,175,94); }
td.TdClassName
{
border-color: #5AAF5E;
}
.TagClassName
{
border-color: #5AAF5E;
}
</style>