Shades of Fern #5AAB65
Tints of Fern #5AAB65
RGB
CMYK
RGB Variations
Color information
#5AAB65 (or 0x5AAB65) is known color: Fern. HEX triplet: 5A, AB and 65. RGB value is (90,171,101). Sum of RGB (Red+Green+Blue) = 90+171+101=362 (47% of max value = 765). Red value is 90 (35.55% from 255 or 24.86% from 362); Green value is 171 (67.19% from 255 or 47.24% from 362); Blue value is 101 (39.84% from 255 or 27.90% from 362); Max value from RGB is 171 - color contains mainly: green. Hex color #5AAB65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAB65 is #A5549A. Grayscale: #8B8B8B. Windows color (decimal): -10835099 or 6663002. OLE color: 6663002.
HSL color Cylindrical-coordinate representation of color #5AAB65: hue angle of 128.15º 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 #5AAB65 is Cyan = 0.47, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 171 | 101 | - |
| CMYK | 0.47 | 0 | 0.41 | 0.33 |
| HSL | 128.15º | 0.33% | 0.51% | - |
| HSV(B) | 128.15º | 0.47% | 0.67% | - |
| XYZ | 21.13 | 32.24 | 17.42 | - |
| YUV | 138.8 | 106.66 | 93.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 171 | 101 | 0.47 | 0 | 0.41 | 0.33 | 128.15 | 0.33 | 0.51 |
| Hex | 5A | AB | 65 | 2F | 0 | 29 | 21 | 80 | 21 | 33 |
| Octal | 132 | 253 | 145 | 57 | 0 | 51 | 41 | 200 | 41 | 63 |
| Binary | 1011010 | 10101011 | 1100101 | 101111 | 0 | 101001 | 100001 | 10000000 | 100001 | 110011 |
Color Harmonies of #5AAB65
Complementary color
Monochromatic Colors of #5AAB65
Black with #5AAB65
Text Example
Text Example
White with #5AAB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAB65; }
p { color: rgb(90,171,101); }
H1.HeaderClassName
{
color: #5AAB65;
}
.AnyTagClassName
{
color: #5AAB65;
}
</style>
background-color css
<style>
a { background-color: #5AAB65; }
a { background-color: rgb(90,171,101); }
div.DivClassName
{
background-color: #5AAB65;
}
.BgClassName
{
background-color: #5AAB65;
}
</style>
border-color css
<style>
span { border-color: #5AAB65; }
span { border-color: rgb(90,171,101); }
td.TdClassName
{
border-color: #5AAB65;
}
.TagClassName
{
border-color: #5AAB65;
}
</style>