Shades of Fern #5AB162
Tints of Fern #5AB162
RGB
CMYK
RGB Variations
Color information
#5AB162 (or 0x5AB162) is known color: Fern. HEX triplet: 5A, B1 and 62. RGB value is (90,177,98). Sum of RGB (Red+Green+Blue) = 90+177+98=365 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.66% from 365); Green value is 177 (69.53% from 255 or 48.49% from 365); Blue value is 98 (38.67% from 255 or 26.85% from 365); Max value from RGB is 177 - color contains mainly: green. Hex color #5AB162 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AB162 is #A54E9D. Grayscale: #8E8E8E. Windows color (decimal): -10833566 or 6467930. OLE color: 6467930.
HSL color Cylindrical-coordinate representation of color #5AB162: hue angle of 125.52º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5AB162 is Cyan = 0.49, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 177 | 98 | - |
| CMYK | 0.49 | 0 | 0.45 | 0.31 |
| HSL | 125.52º | 0.36% | 0.52% | - |
| HSV(B) | 125.52º | 0.49% | 0.69% | - |
| XYZ | 22.14 | 34.5 | 17.05 | - |
| YUV | 141.98 | 103.18 | 90.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 177 | 98 | 0.49 | 0 | 0.45 | 0.31 | 125.52 | 0.36 | 0.52 |
| Hex | 5A | B1 | 62 | 31 | 0 | 2D | 1F | 7E | 24 | 34 |
| Octal | 132 | 261 | 142 | 61 | 0 | 55 | 37 | 176 | 44 | 64 |
| Binary | 1011010 | 10110001 | 1100010 | 110001 | 0 | 101101 | 11111 | 1111110 | 100100 | 110100 |
Color Harmonies of #5AB162
Complementary color
Monochromatic Colors of #5AB162
Black with #5AB162
Text Example
Text Example
White with #5AB162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB162; }
p { color: rgb(90,177,98); }
H1.HeaderClassName
{
color: #5AB162;
}
.AnyTagClassName
{
color: #5AB162;
}
</style>
background-color css
<style>
a { background-color: #5AB162; }
a { background-color: rgb(90,177,98); }
div.DivClassName
{
background-color: #5AB162;
}
.BgClassName
{
background-color: #5AB162;
}
</style>
border-color css
<style>
span { border-color: #5AB162; }
span { border-color: rgb(90,177,98); }
td.TdClassName
{
border-color: #5AB162;
}
.TagClassName
{
border-color: #5AB162;
}
</style>