Shades of Fern #5AAB6B
Tints of Fern #5AAB6B
RGB
CMYK
RGB Variations
Color information
#5AAB6B (or 0x5AAB6B) is known color: Fern. HEX triplet: 5A, AB and 6B. RGB value is (90,171,107). Sum of RGB (Red+Green+Blue) = 90+171+107=368 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.46% from 368); Green value is 171 (67.19% from 255 or 46.47% from 368); Blue value is 107 (42.19% from 255 or 29.08% from 368); Max value from RGB is 171 - color contains mainly: green. Hex color #5AAB6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAB6B is #A55494. Grayscale: #8B8B8B. Windows color (decimal): -10835093 or 7056218. OLE color: 7056218.
HSL color Cylindrical-coordinate representation of color #5AAB6B: hue angle of 132.59º 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 #5AAB6B is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 171 | 107 | - |
| CMYK | 0.47 | 0 | 0.37 | 0.33 |
| HSL | 132.59º | 0.33% | 0.51% | - |
| HSV(B) | 132.59º | 0.47% | 0.67% | - |
| XYZ | 21.43 | 32.36 | 19.03 | - |
| YUV | 139.49 | 109.66 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 171 | 107 | 0.47 | 0 | 0.37 | 0.33 | 132.59 | 0.33 | 0.51 |
| Hex | 5A | AB | 6B | 2F | 0 | 25 | 21 | 85 | 21 | 33 |
| Octal | 132 | 253 | 153 | 57 | 0 | 45 | 41 | 205 | 41 | 63 |
| Binary | 1011010 | 10101011 | 1101011 | 101111 | 0 | 100101 | 100001 | 10000101 | 100001 | 110011 |
Color Harmonies of #5AAB6B
Complementary color
Monochromatic Colors of #5AAB6B
Black with #5AAB6B
Text Example
Text Example
White with #5AAB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAB6B; }
p { color: rgb(90,171,107); }
H1.HeaderClassName
{
color: #5AAB6B;
}
.AnyTagClassName
{
color: #5AAB6B;
}
</style>
background-color css
<style>
a { background-color: #5AAB6B; }
a { background-color: rgb(90,171,107); }
div.DivClassName
{
background-color: #5AAB6B;
}
.BgClassName
{
background-color: #5AAB6B;
}
</style>
border-color css
<style>
span { border-color: #5AAB6B; }
span { border-color: rgb(90,171,107); }
td.TdClassName
{
border-color: #5AAB6B;
}
.TagClassName
{
border-color: #5AAB6B;
}
</style>