Shades of Fern #5AB674
Tints of Fern #5AB674
RGB
CMYK
RGB Variations
Color information
#5AB674 (or 0x5AB674) is known color: Fern. HEX triplet: 5A, B6 and 74. RGB value is (90,182,116). Sum of RGB (Red+Green+Blue) = 90+182+116=388 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.20% from 388); Green value is 182 (71.48% from 255 or 46.91% from 388); Blue value is 116 (45.70% from 255 or 29.90% from 388); Max value from RGB is 182 - color contains mainly: green. Hex color #5AB674 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB674 is #A5498B. Grayscale: #939393. Windows color (decimal): -10832268 or 7648858. OLE color: 7648858.
HSL color Cylindrical-coordinate representation of color #5AB674: hue angle of 136.96º 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 #5AB674 is Cyan = 0.51, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 182 | 116 | - |
| CMYK | 0.51 | 0 | 0.36 | 0.29 |
| HSL | 136.96º | 0.39% | 0.53% | - |
| HSV(B) | 136.96º | 0.51% | 0.71% | - |
| XYZ | 24.1 | 36.89 | 22.37 | - |
| YUV | 146.97 | 110.52 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 182 | 116 | 0.51 | 0 | 0.36 | 0.29 | 136.96 | 0.39 | 0.53 |
| Hex | 5A | B6 | 74 | 33 | 0 | 24 | 1D | 89 | 27 | 35 |
| Octal | 132 | 266 | 164 | 63 | 0 | 44 | 35 | 211 | 47 | 65 |
| Binary | 1011010 | 10110110 | 1110100 | 110011 | 0 | 100100 | 11101 | 10001001 | 100111 | 110101 |
Color Harmonies of #5AB674
Complementary color
Monochromatic Colors of #5AB674
Black with #5AB674
Text Example
Text Example
White with #5AB674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB674; }
p { color: rgb(90,182,116); }
H1.HeaderClassName
{
color: #5AB674;
}
.AnyTagClassName
{
color: #5AB674;
}
</style>
background-color css
<style>
a { background-color: #5AB674; }
a { background-color: rgb(90,182,116); }
div.DivClassName
{
background-color: #5AB674;
}
.BgClassName
{
background-color: #5AB674;
}
</style>
border-color css
<style>
span { border-color: #5AB674; }
span { border-color: rgb(90,182,116); }
td.TdClassName
{
border-color: #5AB674;
}
.TagClassName
{
border-color: #5AB674;
}
</style>