Shades of Fern #5AB46B
Tints of Fern #5AB46B
RGB
CMYK
RGB Variations
Color information
#5AB46B (or 0x5AB46B) is known color: Fern. HEX triplet: 5A, B4 and 6B. RGB value is (90,180,107). Sum of RGB (Red+Green+Blue) = 90+180+107=377 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.87% from 377); Green value is 180 (70.70% from 255 or 47.75% from 377); Blue value is 107 (42.19% from 255 or 28.38% from 377); Max value from RGB is 180 - color contains mainly: green. Hex color #5AB46B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB46B is #A54B94. Grayscale: #909090. Windows color (decimal): -10832789 or 7058522. OLE color: 7058522.
HSL color Cylindrical-coordinate representation of color #5AB46B: hue angle of 131.33º 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 #5AB46B is Cyan = 0.50, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 180 | 107 | - |
| CMYK | 0.50 | 0 | 0.41 | 0.29 |
| HSL | 131.33º | 0.38% | 0.53% | - |
| HSV(B) | 131.33º | 0.5% | 0.71% | - |
| XYZ | 23.19 | 35.88 | 19.61 | - |
| YUV | 144.77 | 106.68 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 180 | 107 | 0.50 | 0 | 0.41 | 0.29 | 131.33 | 0.38 | 0.53 |
| Hex | 5A | B4 | 6B | 32 | 0 | 29 | 1D | 83 | 26 | 35 |
| Octal | 132 | 264 | 153 | 62 | 0 | 51 | 35 | 203 | 46 | 65 |
| Binary | 1011010 | 10110100 | 1101011 | 110010 | 0 | 101001 | 11101 | 10000011 | 100110 | 110101 |
Color Harmonies of #5AB46B
Complementary color
Monochromatic Colors of #5AB46B
Black with #5AB46B
Text Example
Text Example
White with #5AB46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB46B; }
p { color: rgb(90,180,107); }
H1.HeaderClassName
{
color: #5AB46B;
}
.AnyTagClassName
{
color: #5AB46B;
}
</style>
background-color css
<style>
a { background-color: #5AB46B; }
a { background-color: rgb(90,180,107); }
div.DivClassName
{
background-color: #5AB46B;
}
.BgClassName
{
background-color: #5AB46B;
}
</style>
border-color css
<style>
span { border-color: #5AB46B; }
span { border-color: rgb(90,180,107); }
td.TdClassName
{
border-color: #5AB46B;
}
.TagClassName
{
border-color: #5AB46B;
}
</style>