Shades of Fern #5AB672
Tints of Fern #5AB672
RGB
CMYK
RGB Variations
Color information
#5AB672 (or 0x5AB672) is known color: Fern. HEX triplet: 5A, B6 and 72. RGB value is (90,182,114). Sum of RGB (Red+Green+Blue) = 90+182+114=386 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.32% from 386); Green value is 182 (71.48% from 255 or 47.15% from 386); Blue value is 114 (44.92% from 255 or 29.53% from 386); Max value from RGB is 182 - color contains mainly: green. Hex color #5AB672 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB672 is #A5498D. Grayscale: #929292. Windows color (decimal): -10832270 or 7517786. OLE color: 7517786.
HSL color Cylindrical-coordinate representation of color #5AB672: hue angle of 135.65º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5AB672 is Cyan = 0.51, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 182 | 114 | - |
| CMYK | 0.51 | 0 | 0.37 | 0.29 |
| HSL | 135.65º | 0.39% | 0.53% | - |
| HSV(B) | 135.65º | 0.51% | 0.71% | - |
| XYZ | 23.98 | 36.84 | 21.77 | - |
| YUV | 146.74 | 109.52 | 87.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 182 | 114 | 0.51 | 0 | 0.37 | 0.29 | 135.65 | 0.39 | 0.53 |
| Hex | 5A | B6 | 72 | 33 | 0 | 25 | 1D | 88 | 27 | 35 |
| Octal | 132 | 266 | 162 | 63 | 0 | 45 | 35 | 210 | 47 | 65 |
| Binary | 1011010 | 10110110 | 1110010 | 110011 | 0 | 100101 | 11101 | 10001000 | 100111 | 110101 |
Color Harmonies of #5AB672
Complementary color
Monochromatic Colors of #5AB672
Black with #5AB672
Text Example
Text Example
White with #5AB672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB672; }
p { color: rgb(90,182,114); }
H1.HeaderClassName
{
color: #5AB672;
}
.AnyTagClassName
{
color: #5AB672;
}
</style>
background-color css
<style>
a { background-color: #5AB672; }
a { background-color: rgb(90,182,114); }
div.DivClassName
{
background-color: #5AB672;
}
.BgClassName
{
background-color: #5AB672;
}
</style>
border-color css
<style>
span { border-color: #5AB672; }
span { border-color: rgb(90,182,114); }
td.TdClassName
{
border-color: #5AB672;
}
.TagClassName
{
border-color: #5AB672;
}
</style>