Shades of Fern #5AC163
Tints of Fern #5AC163
RGB
CMYK
RGB Variations
Color information
#5AC163 (or 0x5AC163) is known color: Fern. HEX triplet: 5A, C1 and 63. RGB value is (90,193,99). Sum of RGB (Red+Green+Blue) = 90+193+99=382 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.56% from 382); Green value is 193 (75.78% from 255 or 50.52% from 382); Blue value is 99 (39.06% from 255 or 25.92% from 382); Max value from RGB is 193 - color contains mainly: green. Hex color #5AC163 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC163 is #A53E9C. Grayscale: #979797. Windows color (decimal): -10829469 or 6537562. OLE color: 6537562.
HSL color Cylindrical-coordinate representation of color #5AC163: hue angle of 125.24º 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 #5AC163 is Cyan = 0.53, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 193 | 99 | - |
| CMYK | 0.53 | 0 | 0.49 | 0.24 |
| HSL | 125.24º | 0.45% | 0.55% | - |
| HSV(B) | 125.24º | 0.53% | 0.76% | - |
| XYZ | 25.54 | 41.21 | 18.41 | - |
| YUV | 151.49 | 98.38 | 84.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 193 | 99 | 0.53 | 0 | 0.49 | 0.24 | 125.24 | 0.45 | 0.55 |
| Hex | 5A | C1 | 63 | 35 | 0 | 31 | 18 | 7D | 2D | 37 |
| Octal | 132 | 301 | 143 | 65 | 0 | 61 | 30 | 175 | 55 | 67 |
| Binary | 1011010 | 11000001 | 1100011 | 110101 | 0 | 110001 | 11000 | 1111101 | 101101 | 110111 |
Color Harmonies of #5AC163
Complementary color
Monochromatic Colors of #5AC163
Black with #5AC163
Text Example
Text Example
White with #5AC163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC163; }
p { color: rgb(90,193,99); }
H1.HeaderClassName
{
color: #5AC163;
}
.AnyTagClassName
{
color: #5AC163;
}
</style>
background-color css
<style>
a { background-color: #5AC163; }
a { background-color: rgb(90,193,99); }
div.DivClassName
{
background-color: #5AC163;
}
.BgClassName
{
background-color: #5AC163;
}
</style>
border-color css
<style>
span { border-color: #5AC163; }
span { border-color: rgb(90,193,99); }
td.TdClassName
{
border-color: #5AC163;
}
.TagClassName
{
border-color: #5AC163;
}
</style>