Shades of Fern #5AC155
Tints of Fern #5AC155
RGB
CMYK
RGB Variations
Color information
#5AC155 (or 0x5AC155) is known color: Fern. HEX triplet: 5A, C1 and 55. RGB value is (90,193,85). Sum of RGB (Red+Green+Blue) = 90+193+85=368 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.46% from 368); Green value is 193 (75.78% from 255 or 52.45% from 368); Blue value is 85 (33.59% from 255 or 23.10% from 368); Max value from RGB is 193 - color contains mainly: green. Hex color #5AC155 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC155 is #A53EAA. Grayscale: #969696. Windows color (decimal): -10829483 or 5620058. OLE color: 5620058.
HSL color Cylindrical-coordinate representation of color #5AC155: hue angle of 117.22º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5AC155 is Cyan = 0.53, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 193 | 85 | - |
| CMYK | 0.53 | 0 | 0.56 | 0.24 |
| HSL | 117.22º | 0.47% | 0.55% | - |
| HSV(B) | 117.22º | 0.56% | 0.76% | - |
| XYZ | 24.93 | 40.97 | 15.19 | - |
| YUV | 149.89 | 91.38 | 85.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 193 | 85 | 0.53 | 0 | 0.56 | 0.24 | 117.22 | 0.47 | 0.55 |
| Hex | 5A | C1 | 55 | 35 | 0 | 38 | 18 | 75 | 2F | 37 |
| Octal | 132 | 301 | 125 | 65 | 0 | 70 | 30 | 165 | 57 | 67 |
| Binary | 1011010 | 11000001 | 1010101 | 110101 | 0 | 111000 | 11000 | 1110101 | 101111 | 110111 |
Color Harmonies of #5AC155
Complementary color
Monochromatic Colors of #5AC155
Black with #5AC155
Text Example
Text Example
White with #5AC155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC155; }
p { color: rgb(90,193,85); }
H1.HeaderClassName
{
color: #5AC155;
}
.AnyTagClassName
{
color: #5AC155;
}
</style>
background-color css
<style>
a { background-color: #5AC155; }
a { background-color: rgb(90,193,85); }
div.DivClassName
{
background-color: #5AC155;
}
.BgClassName
{
background-color: #5AC155;
}
</style>
border-color css
<style>
span { border-color: #5AC155; }
span { border-color: rgb(90,193,85); }
td.TdClassName
{
border-color: #5AC155;
}
.TagClassName
{
border-color: #5AC155;
}
</style>