Shades of Fern #5AAF65
Tints of Fern #5AAF65
RGB
CMYK
RGB Variations
Color information
#5AAF65 (or 0x5AAF65) is known color: Fern. HEX triplet: 5A, AF and 65. RGB value is (90,175,101). Sum of RGB (Red+Green+Blue) = 90+175+101=366 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.59% from 366); Green value is 175 (68.75% from 255 or 47.81% from 366); Blue value is 101 (39.84% from 255 or 27.60% from 366); Max value from RGB is 175 - color contains mainly: green. Hex color #5AAF65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAF65 is #A5509A. Grayscale: #8D8D8D. Windows color (decimal): -10834075 or 6664026. OLE color: 6664026.
HSL color Cylindrical-coordinate representation of color #5AAF65: hue angle of 127.76º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5AAF65 is Cyan = 0.49, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 175 | 101 | - |
| CMYK | 0.49 | 0 | 0.42 | 0.31 |
| HSL | 127.76º | 0.35% | 0.52% | - |
| HSV(B) | 127.76º | 0.49% | 0.69% | - |
| XYZ | 21.9 | 33.77 | 17.68 | - |
| YUV | 141.15 | 105.34 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 175 | 101 | 0.49 | 0 | 0.42 | 0.31 | 127.76 | 0.35 | 0.52 |
| Hex | 5A | AF | 65 | 31 | 0 | 2A | 1F | 80 | 23 | 34 |
| Octal | 132 | 257 | 145 | 61 | 0 | 52 | 37 | 200 | 43 | 64 |
| Binary | 1011010 | 10101111 | 1100101 | 110001 | 0 | 101010 | 11111 | 10000000 | 100011 | 110100 |
Color Harmonies of #5AAF65
Complementary color
Monochromatic Colors of #5AAF65
Black with #5AAF65
Text Example
Text Example
White with #5AAF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAF65; }
p { color: rgb(90,175,101); }
H1.HeaderClassName
{
color: #5AAF65;
}
.AnyTagClassName
{
color: #5AAF65;
}
</style>
background-color css
<style>
a { background-color: #5AAF65; }
a { background-color: rgb(90,175,101); }
div.DivClassName
{
background-color: #5AAF65;
}
.BgClassName
{
background-color: #5AAF65;
}
</style>
border-color css
<style>
span { border-color: #5AAF65; }
span { border-color: rgb(90,175,101); }
td.TdClassName
{
border-color: #5AAF65;
}
.TagClassName
{
border-color: #5AAF65;
}
</style>