Shades of Fern #5AAF6B
Tints of Fern #5AAF6B
RGB
CMYK
RGB Variations
Color information
#5AAF6B (or 0x5AAF6B) is known color: Fern. HEX triplet: 5A, AF and 6B. RGB value is (90,175,107). Sum of RGB (Red+Green+Blue) = 90+175+107=372 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.19% from 372); Green value is 175 (68.75% from 255 or 47.04% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 175 - color contains mainly: green. Hex color #5AAF6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAF6B is #A55094. Grayscale: #8E8E8E. Windows color (decimal): -10834069 or 7057242. OLE color: 7057242.
HSL color Cylindrical-coordinate representation of color #5AAF6B: hue angle of 132º 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 #5AAF6B is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 175 | 107 | - |
| CMYK | 0.49 | 0 | 0.39 | 0.31 |
| HSL | 132º | 0.35% | 0.52% | - |
| HSV(B) | 132º | 0.49% | 0.69% | - |
| XYZ | 22.2 | 33.9 | 19.28 | - |
| YUV | 141.83 | 108.34 | 91.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 175 | 107 | 0.49 | 0 | 0.39 | 0.31 | 132 | 0.35 | 0.52 |
| Hex | 5A | AF | 6B | 31 | 0 | 27 | 1F | 84 | 23 | 34 |
| Octal | 132 | 257 | 153 | 61 | 0 | 47 | 37 | 204 | 43 | 64 |
| Binary | 1011010 | 10101111 | 1101011 | 110001 | 0 | 100111 | 11111 | 10000100 | 100011 | 110100 |
Color Harmonies of #5AAF6B
Complementary color
Monochromatic Colors of #5AAF6B
Black with #5AAF6B
Text Example
Text Example
White with #5AAF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAF6B; }
p { color: rgb(90,175,107); }
H1.HeaderClassName
{
color: #5AAF6B;
}
.AnyTagClassName
{
color: #5AAF6B;
}
</style>
background-color css
<style>
a { background-color: #5AAF6B; }
a { background-color: rgb(90,175,107); }
div.DivClassName
{
background-color: #5AAF6B;
}
.BgClassName
{
background-color: #5AAF6B;
}
</style>
border-color css
<style>
span { border-color: #5AAF6B; }
span { border-color: rgb(90,175,107); }
td.TdClassName
{
border-color: #5AAF6B;
}
.TagClassName
{
border-color: #5AAF6B;
}
</style>