Shades of Fern #5AAB64
Tints of Fern #5AAB64
RGB
CMYK
RGB Variations
Color information
#5AAB64 (or 0x5AAB64) is known color: Fern. HEX triplet: 5A, AB and 64. RGB value is (90,171,100). Sum of RGB (Red+Green+Blue) = 90+171+100=361 (47% of max value = 765). Red value is 90 (35.55% from 255 or 24.93% from 361); Green value is 171 (67.19% from 255 or 47.37% from 361); Blue value is 100 (39.45% from 255 or 27.70% from 361); Max value from RGB is 171 - color contains mainly: green. Hex color #5AAB64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAB64 is #A5549B. Grayscale: #8A8A8A. Windows color (decimal): -10835100 or 6597466. OLE color: 6597466.
HSL color Cylindrical-coordinate representation of color #5AAB64: hue angle of 127.41º 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 #5AAB64 is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 171 | 100 | - |
| CMYK | 0.47 | 0 | 0.42 | 0.33 |
| HSL | 127.41º | 0.33% | 0.51% | - |
| HSV(B) | 127.41º | 0.47% | 0.67% | - |
| XYZ | 21.08 | 32.22 | 17.16 | - |
| YUV | 138.69 | 106.16 | 93.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 171 | 100 | 0.47 | 0 | 0.42 | 0.33 | 127.41 | 0.33 | 0.51 |
| Hex | 5A | AB | 64 | 2F | 0 | 2A | 21 | 7F | 21 | 33 |
| Octal | 132 | 253 | 144 | 57 | 0 | 52 | 41 | 177 | 41 | 63 |
| Binary | 1011010 | 10101011 | 1100100 | 101111 | 0 | 101010 | 100001 | 1111111 | 100001 | 110011 |
Color Harmonies of #5AAB64
Complementary color
Monochromatic Colors of #5AAB64
Black with #5AAB64
Text Example
Text Example
White with #5AAB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAB64; }
p { color: rgb(90,171,100); }
H1.HeaderClassName
{
color: #5AAB64;
}
.AnyTagClassName
{
color: #5AAB64;
}
</style>
background-color css
<style>
a { background-color: #5AAB64; }
a { background-color: rgb(90,171,100); }
div.DivClassName
{
background-color: #5AAB64;
}
.BgClassName
{
background-color: #5AAB64;
}
</style>
border-color css
<style>
span { border-color: #5AAB64; }
span { border-color: rgb(90,171,100); }
td.TdClassName
{
border-color: #5AAB64;
}
.TagClassName
{
border-color: #5AAB64;
}
</style>