Shades of Fern #5AAC6B
Tints of Fern #5AAC6B
RGB
CMYK
RGB Variations
Color information
#5AAC6B (or 0x5AAC6B) is known color: Fern. HEX triplet: 5A, AC and 6B. RGB value is (90,172,107). Sum of RGB (Red+Green+Blue) = 90+172+107=369 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.39% from 369); Green value is 172 (67.58% from 255 or 46.61% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 172 - color contains mainly: green. Hex color #5AAC6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAC6B is #A55394. Grayscale: #8C8C8C. Windows color (decimal): -10834837 or 7056474. OLE color: 7056474.
HSL color Cylindrical-coordinate representation of color #5AAC6B: hue angle of 132.44º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5AAC6B is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 172 | 107 | - |
| CMYK | 0.48 | 0 | 0.38 | 0.33 |
| HSL | 132.44º | 0.33% | 0.51% | - |
| HSV(B) | 132.44º | 0.48% | 0.67% | - |
| XYZ | 21.62 | 32.74 | 19.09 | - |
| YUV | 140.07 | 109.33 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 172 | 107 | 0.48 | 0 | 0.38 | 0.33 | 132.44 | 0.33 | 0.51 |
| Hex | 5A | AC | 6B | 30 | 0 | 26 | 21 | 84 | 21 | 33 |
| Octal | 132 | 254 | 153 | 60 | 0 | 46 | 41 | 204 | 41 | 63 |
| Binary | 1011010 | 10101100 | 1101011 | 110000 | 0 | 100110 | 100001 | 10000100 | 100001 | 110011 |
Color Harmonies of #5AAC6B
Complementary color
Monochromatic Colors of #5AAC6B
Black with #5AAC6B
Text Example
Text Example
White with #5AAC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAC6B; }
p { color: rgb(90,172,107); }
H1.HeaderClassName
{
color: #5AAC6B;
}
.AnyTagClassName
{
color: #5AAC6B;
}
</style>
background-color css
<style>
a { background-color: #5AAC6B; }
a { background-color: rgb(90,172,107); }
div.DivClassName
{
background-color: #5AAC6B;
}
.BgClassName
{
background-color: #5AAC6B;
}
</style>
border-color css
<style>
span { border-color: #5AAC6B; }
span { border-color: rgb(90,172,107); }
td.TdClassName
{
border-color: #5AAC6B;
}
.TagClassName
{
border-color: #5AAC6B;
}
</style>