Shades of Fern #5AA365
Tints of Fern #5AA365
RGB
CMYK
RGB Variations
Color information
#5AA365 (or 0x5AA365) is known color: Fern. HEX triplet: 5A, A3 and 65. RGB value is (90,163,101). Sum of RGB (Red+Green+Blue) = 90+163+101=354 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.42% from 354); Green value is 163 (64.06% from 255 or 46.05% from 354); Blue value is 101 (39.84% from 255 or 28.53% from 354); Max value from RGB is 163 - color contains mainly: green. Hex color #5AA365 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA365 is #A55C9A. Grayscale: #868686. Windows color (decimal): -10837147 or 6660954. OLE color: 6660954.
HSL color Cylindrical-coordinate representation of color #5AA365: hue angle of 129.04º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5AA365 is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 90 | 163 | 101 | - |
| CMYK | 0.45 | 0 | 0.38 | 0.36 |
| HSL | 129.04º | 0.29% | 0.5% | - |
| HSV(B) | 129.04º | 0.45% | 0.64% | - |
| XYZ | 19.66 | 29.31 | 16.93 | - |
| YUV | 134.11 | 109.32 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 163 | 101 | 0.45 | 0 | 0.38 | 0.36 | 129.04 | 0.29 | 0.5 |
| Hex | 5A | A3 | 65 | 2D | 0 | 26 | 24 | 81 | 1D | 32 |
| Octal | 132 | 243 | 145 | 55 | 0 | 46 | 44 | 201 | 35 | 62 |
| Binary | 1011010 | 10100011 | 1100101 | 101101 | 0 | 100110 | 100100 | 10000001 | 11101 | 110010 |
Color Harmonies of #5AA365
Complementary color
Monochromatic Colors of #5AA365
Black with #5AA365
Text Example
Text Example
White with #5AA365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA365; }
p { color: rgb(90,163,101); }
H1.HeaderClassName
{
color: #5AA365;
}
.AnyTagClassName
{
color: #5AA365;
}
</style>
background-color css
<style>
a { background-color: #5AA365; }
a { background-color: rgb(90,163,101); }
div.DivClassName
{
background-color: #5AA365;
}
.BgClassName
{
background-color: #5AA365;
}
</style>
border-color css
<style>
span { border-color: #5AA365; }
span { border-color: rgb(90,163,101); }
td.TdClassName
{
border-color: #5AA365;
}
.TagClassName
{
border-color: #5AA365;
}
</style>