Shades of Fern #5AB273
Tints of Fern #5AB273
RGB
CMYK
RGB Variations
Color information
#5AB273 (or 0x5AB273) is known color: Fern. HEX triplet: 5A, B2 and 73. RGB value is (90,178,115). Sum of RGB (Red+Green+Blue) = 90+178+115=383 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.50% from 383); Green value is 178 (69.92% from 255 or 46.48% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 178 - color contains mainly: green. Hex color #5AB273 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AB273 is #A54D8C. Grayscale: #909090. Windows color (decimal): -10833293 or 7582298. OLE color: 7582298.
HSL color Cylindrical-coordinate representation of color #5AB273: hue angle of 137.05º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5AB273 is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 90 | 178 | 115 | - |
| CMYK | 0.49 | 0 | 0.35 | 0.30 |
| HSL | 137.05º | 0.36% | 0.53% | - |
| HSV(B) | 137.05º | 0.49% | 0.7% | - |
| XYZ | 23.23 | 35.25 | 21.8 | - |
| YUV | 144.51 | 111.35 | 89.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 178 | 115 | 0.49 | 0 | 0.35 | 0.30 | 137.05 | 0.36 | 0.53 |
| Hex | 5A | B2 | 73 | 31 | 0 | 23 | 1E | 89 | 24 | 35 |
| Octal | 132 | 262 | 163 | 61 | 0 | 43 | 36 | 211 | 44 | 65 |
| Binary | 1011010 | 10110010 | 1110011 | 110001 | 0 | 100011 | 11110 | 10001001 | 100100 | 110101 |
Color Harmonies of #5AB273
Complementary color
Monochromatic Colors of #5AB273
Black with #5AB273
Text Example
Text Example
White with #5AB273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB273; }
p { color: rgb(90,178,115); }
H1.HeaderClassName
{
color: #5AB273;
}
.AnyTagClassName
{
color: #5AB273;
}
</style>
background-color css
<style>
a { background-color: #5AB273; }
a { background-color: rgb(90,178,115); }
div.DivClassName
{
background-color: #5AB273;
}
.BgClassName
{
background-color: #5AB273;
}
</style>
border-color css
<style>
span { border-color: #5AB273; }
span { border-color: rgb(90,178,115); }
td.TdClassName
{
border-color: #5AB273;
}
.TagClassName
{
border-color: #5AB273;
}
</style>