Shades of Fern #5AC059
Tints of Fern #5AC059
RGB
CMYK
RGB Variations
Color information
#5AC059 (or 0x5AC059) is known color: Fern. HEX triplet: 5A, C0 and 59. RGB value is (90,192,89). Sum of RGB (Red+Green+Blue) = 90+192+89=371 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.26% from 371); Green value is 192 (75.39% from 255 or 51.75% from 371); Blue value is 89 (35.16% from 255 or 23.99% from 371); Max value from RGB is 192 - color contains mainly: green. Hex color #5AC059 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC059 is #A53FA6. Grayscale: #969696. Windows color (decimal): -10829735 or 5881946. OLE color: 5881946.
HSL color Cylindrical-coordinate representation of color #5AC059: hue angle of 119.42º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5AC059 is Cyan = 0.53, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 192 | 89 | - |
| CMYK | 0.53 | 0 | 0.54 | 0.25 |
| HSL | 119.42º | 0.45% | 0.55% | - |
| HSV(B) | 119.42º | 0.54% | 0.75% | - |
| XYZ | 24.87 | 40.59 | 15.98 | - |
| YUV | 149.76 | 93.71 | 85.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 192 | 89 | 0.53 | 0 | 0.54 | 0.25 | 119.42 | 0.45 | 0.55 |
| Hex | 5A | C0 | 59 | 35 | 0 | 36 | 19 | 77 | 2D | 37 |
| Octal | 132 | 300 | 131 | 65 | 0 | 66 | 31 | 167 | 55 | 67 |
| Binary | 1011010 | 11000000 | 1011001 | 110101 | 0 | 110110 | 11001 | 1110111 | 101101 | 110111 |
Color Harmonies of #5AC059
Complementary color
Monochromatic Colors of #5AC059
Black with #5AC059
Text Example
Text Example
White with #5AC059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC059; }
p { color: rgb(90,192,89); }
H1.HeaderClassName
{
color: #5AC059;
}
.AnyTagClassName
{
color: #5AC059;
}
</style>
background-color css
<style>
a { background-color: #5AC059; }
a { background-color: rgb(90,192,89); }
div.DivClassName
{
background-color: #5AC059;
}
.BgClassName
{
background-color: #5AC059;
}
</style>
border-color css
<style>
span { border-color: #5AC059; }
span { border-color: rgb(90,192,89); }
td.TdClassName
{
border-color: #5AC059;
}
.TagClassName
{
border-color: #5AC059;
}
</style>