Shades of Fern #5AC160
Tints of Fern #5AC160
RGB
CMYK
RGB Variations
Color information
#5AC160 (or 0x5AC160) is known color: Fern. HEX triplet: 5A, C1 and 60. RGB value is (90,193,96). Sum of RGB (Red+Green+Blue) = 90+193+96=379 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.75% from 379); Green value is 193 (75.78% from 255 or 50.92% from 379); Blue value is 96 (37.89% from 255 or 25.33% from 379); Max value from RGB is 193 - color contains mainly: green. Hex color #5AC160 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC160 is #A53E9F. Grayscale: #979797. Windows color (decimal): -10829472 or 6340954. OLE color: 6340954.
HSL color Cylindrical-coordinate representation of color #5AC160: hue angle of 123.5º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5AC160 is Cyan = 0.53, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 193 | 96 | - |
| CMYK | 0.53 | 0 | 0.50 | 0.24 |
| HSL | 123.5º | 0.45% | 0.55% | - |
| HSV(B) | 123.5º | 0.53% | 0.76% | - |
| XYZ | 25.4 | 41.16 | 17.67 | - |
| YUV | 151.15 | 96.88 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 193 | 96 | 0.53 | 0 | 0.50 | 0.24 | 123.5 | 0.45 | 0.55 |
| Hex | 5A | C1 | 60 | 35 | 0 | 32 | 18 | 7B | 2D | 37 |
| Octal | 132 | 301 | 140 | 65 | 0 | 62 | 30 | 173 | 55 | 67 |
| Binary | 1011010 | 11000001 | 1100000 | 110101 | 0 | 110010 | 11000 | 1111011 | 101101 | 110111 |
Color Harmonies of #5AC160
Complementary color
Monochromatic Colors of #5AC160
Black with #5AC160
Text Example
Text Example
White with #5AC160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC160; }
p { color: rgb(90,193,96); }
H1.HeaderClassName
{
color: #5AC160;
}
.AnyTagClassName
{
color: #5AC160;
}
</style>
background-color css
<style>
a { background-color: #5AC160; }
a { background-color: rgb(90,193,96); }
div.DivClassName
{
background-color: #5AC160;
}
.BgClassName
{
background-color: #5AC160;
}
</style>
border-color css
<style>
span { border-color: #5AC160; }
span { border-color: rgb(90,193,96); }
td.TdClassName
{
border-color: #5AC160;
}
.TagClassName
{
border-color: #5AC160;
}
</style>