Shades of Fern #5AAA6A
Tints of Fern #5AAA6A
RGB
CMYK
RGB Variations
Color information
#5AAA6A (or 0x5AAA6A) is known color: Fern. HEX triplet: 5A, AA and 6A. RGB value is (90,170,106). Sum of RGB (Red+Green+Blue) = 90+170+106=366 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.59% from 366); Green value is 170 (66.80% from 255 or 46.45% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAA6A is #A55595. Grayscale: #8A8A8A. Windows color (decimal): -10835350 or 6990426. OLE color: 6990426.
HSL color Cylindrical-coordinate representation of color #5AAA6A: hue angle of 132º degrees, saturation: 0.32, 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 #5AAA6A is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 170 | 106 | - |
| CMYK | 0.47 | 0 | 0.38 | 0.33 |
| HSL | 132º | 0.32% | 0.51% | - |
| HSV(B) | 132º | 0.47% | 0.67% | - |
| XYZ | 21.19 | 31.96 | 18.69 | - |
| YUV | 138.78 | 109.5 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 170 | 106 | 0.47 | 0 | 0.38 | 0.33 | 132 | 0.32 | 0.51 |
| Hex | 5A | AA | 6A | 2F | 0 | 26 | 21 | 84 | 20 | 33 |
| Octal | 132 | 252 | 152 | 57 | 0 | 46 | 41 | 204 | 40 | 63 |
| Binary | 1011010 | 10101010 | 1101010 | 101111 | 0 | 100110 | 100001 | 10000100 | 100000 | 110011 |
Color Harmonies of #5AAA6A
Complementary color
Monochromatic Colors of #5AAA6A
Black with #5AAA6A
Text Example
Text Example
White with #5AAA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAA6A; }
p { color: rgb(90,170,106); }
H1.HeaderClassName
{
color: #5AAA6A;
}
.AnyTagClassName
{
color: #5AAA6A;
}
</style>
background-color css
<style>
a { background-color: #5AAA6A; }
a { background-color: rgb(90,170,106); }
div.DivClassName
{
background-color: #5AAA6A;
}
.BgClassName
{
background-color: #5AAA6A;
}
</style>
border-color css
<style>
span { border-color: #5AAA6A; }
span { border-color: rgb(90,170,106); }
td.TdClassName
{
border-color: #5AAA6A;
}
.TagClassName
{
border-color: #5AAA6A;
}
</style>