Shades of Fern #5AC166
Tints of Fern #5AC166
RGB
CMYK
RGB Variations
Color information
#5AC166 (or 0x5AC166) is known color: Fern. HEX triplet: 5A, C1 and 66. RGB value is (90,193,102). Sum of RGB (Red+Green+Blue) = 90+193+102=385 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.38% from 385); Green value is 193 (75.78% from 255 or 50.13% from 385); Blue value is 102 (40.23% from 255 or 26.49% from 385); Max value from RGB is 193 - color contains mainly: green. Hex color #5AC166 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC166 is #A53E99. Grayscale: #989898. Windows color (decimal): -10829466 or 6734170. OLE color: 6734170.
HSL color Cylindrical-coordinate representation of color #5AC166: hue angle of 126.99º 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 #5AC166 is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 193 | 102 | - |
| CMYK | 0.53 | 0 | 0.47 | 0.24 |
| HSL | 126.99º | 0.45% | 0.55% | - |
| HSV(B) | 126.99º | 0.53% | 0.76% | - |
| XYZ | 25.68 | 41.27 | 19.18 | - |
| YUV | 151.83 | 99.88 | 83.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 193 | 102 | 0.53 | 0 | 0.47 | 0.24 | 126.99 | 0.45 | 0.55 |
| Hex | 5A | C1 | 66 | 35 | 0 | 2F | 18 | 7F | 2D | 37 |
| Octal | 132 | 301 | 146 | 65 | 0 | 57 | 30 | 177 | 55 | 67 |
| Binary | 1011010 | 11000001 | 1100110 | 110101 | 0 | 101111 | 11000 | 1111111 | 101101 | 110111 |
Color Harmonies of #5AC166
Complementary color
Monochromatic Colors of #5AC166
Black with #5AC166
Text Example
Text Example
White with #5AC166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC166; }
p { color: rgb(90,193,102); }
H1.HeaderClassName
{
color: #5AC166;
}
.AnyTagClassName
{
color: #5AC166;
}
</style>
background-color css
<style>
a { background-color: #5AC166; }
a { background-color: rgb(90,193,102); }
div.DivClassName
{
background-color: #5AC166;
}
.BgClassName
{
background-color: #5AC166;
}
</style>
border-color css
<style>
span { border-color: #5AC166; }
span { border-color: rgb(90,193,102); }
td.TdClassName
{
border-color: #5AC166;
}
.TagClassName
{
border-color: #5AC166;
}
</style>