Shades of Fern #5AC167
Tints of Fern #5AC167
RGB
CMYK
RGB Variations
Color information
#5AC167 (or 0x5AC167) is known color: Fern. HEX triplet: 5A, C1 and 67. RGB value is (90,193,103). Sum of RGB (Red+Green+Blue) = 90+193+103=386 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.32% from 386); Green value is 193 (75.78% from 255 or 50% from 386); Blue value is 103 (40.62% from 255 or 26.68% from 386); Max value from RGB is 193 - color contains mainly: green. Hex color #5AC167 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC167 is #A53E98. Grayscale: #989898. Windows color (decimal): -10829465 or 6799706. OLE color: 6799706.
HSL color Cylindrical-coordinate representation of color #5AC167: hue angle of 127.57º 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 #5AC167 is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 193 | 103 | - |
| CMYK | 0.53 | 0 | 0.47 | 0.24 |
| HSL | 127.57º | 0.45% | 0.55% | - |
| HSV(B) | 127.57º | 0.53% | 0.76% | - |
| XYZ | 25.73 | 41.29 | 19.45 | - |
| YUV | 151.94 | 100.38 | 83.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 193 | 103 | 0.53 | 0 | 0.47 | 0.24 | 127.57 | 0.45 | 0.55 |
| Hex | 5A | C1 | 67 | 35 | 0 | 2F | 18 | 80 | 2D | 37 |
| Octal | 132 | 301 | 147 | 65 | 0 | 57 | 30 | 200 | 55 | 67 |
| Binary | 1011010 | 11000001 | 1100111 | 110101 | 0 | 101111 | 11000 | 10000000 | 101101 | 110111 |
Color Harmonies of #5AC167
Complementary color
Monochromatic Colors of #5AC167
Black with #5AC167
Text Example
Text Example
White with #5AC167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC167; }
p { color: rgb(90,193,103); }
H1.HeaderClassName
{
color: #5AC167;
}
.AnyTagClassName
{
color: #5AC167;
}
</style>
background-color css
<style>
a { background-color: #5AC167; }
a { background-color: rgb(90,193,103); }
div.DivClassName
{
background-color: #5AC167;
}
.BgClassName
{
background-color: #5AC167;
}
</style>
border-color css
<style>
span { border-color: #5AC167; }
span { border-color: rgb(90,193,103); }
td.TdClassName
{
border-color: #5AC167;
}
.TagClassName
{
border-color: #5AC167;
}
</style>