Shades of Fern #5AB463
Tints of Fern #5AB463
RGB
CMYK
RGB Variations
Color information
#5AB463 (or 0x5AB463) is known color: Fern. HEX triplet: 5A, B4 and 63. RGB value is (90,180,99). Sum of RGB (Red+Green+Blue) = 90+180+99=369 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.39% from 369); Green value is 180 (70.70% from 255 or 48.78% from 369); Blue value is 99 (39.06% from 255 or 26.83% from 369); Max value from RGB is 180 - color contains mainly: green. Hex color #5AB463 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB463 is #A54B9C. Grayscale: #909090. Windows color (decimal): -10832797 or 6534234. OLE color: 6534234.
HSL color Cylindrical-coordinate representation of color #5AB463: hue angle of 126º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5AB463 is Cyan = 0.50, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 180 | 99 | - |
| CMYK | 0.50 | 0 | 0.45 | 0.29 |
| HSL | 126º | 0.38% | 0.53% | - |
| HSV(B) | 126º | 0.5% | 0.71% | - |
| XYZ | 22.79 | 35.72 | 17.5 | - |
| YUV | 143.86 | 102.68 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 180 | 99 | 0.50 | 0 | 0.45 | 0.29 | 126 | 0.38 | 0.53 |
| Hex | 5A | B4 | 63 | 32 | 0 | 2D | 1D | 7E | 26 | 35 |
| Octal | 132 | 264 | 143 | 62 | 0 | 55 | 35 | 176 | 46 | 65 |
| Binary | 1011010 | 10110100 | 1100011 | 110010 | 0 | 101101 | 11101 | 1111110 | 100110 | 110101 |
Color Harmonies of #5AB463
Complementary color
Monochromatic Colors of #5AB463
Black with #5AB463
Text Example
Text Example
White with #5AB463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB463; }
p { color: rgb(90,180,99); }
H1.HeaderClassName
{
color: #5AB463;
}
.AnyTagClassName
{
color: #5AB463;
}
</style>
background-color css
<style>
a { background-color: #5AB463; }
a { background-color: rgb(90,180,99); }
div.DivClassName
{
background-color: #5AB463;
}
.BgClassName
{
background-color: #5AB463;
}
</style>
border-color css
<style>
span { border-color: #5AB463; }
span { border-color: rgb(90,180,99); }
td.TdClassName
{
border-color: #5AB463;
}
.TagClassName
{
border-color: #5AB463;
}
</style>