Shades of Fern #5AB26B
Tints of Fern #5AB26B
RGB
CMYK
RGB Variations
Color information
#5AB26B (or 0x5AB26B) is known color: Fern. HEX triplet: 5A, B2 and 6B. RGB value is (90,178,107). Sum of RGB (Red+Green+Blue) = 90+178+107=375 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24% from 375); Green value is 178 (69.92% from 255 or 47.47% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 178 - color contains mainly: green. Hex color #5AB26B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AB26B is #A54D94. Grayscale: #8F8F8F. Windows color (decimal): -10833301 or 7058010. OLE color: 7058010.
HSL color Cylindrical-coordinate representation of color #5AB26B: hue angle of 131.59º 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 #5AB26B is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 90 | 178 | 107 | - |
| CMYK | 0.49 | 0 | 0.40 | 0.30 |
| HSL | 131.59º | 0.36% | 0.53% | - |
| HSV(B) | 131.59º | 0.49% | 0.7% | - |
| XYZ | 22.79 | 35.08 | 19.48 | - |
| YUV | 143.59 | 107.35 | 89.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 178 | 107 | 0.49 | 0 | 0.40 | 0.30 | 131.59 | 0.36 | 0.53 |
| Hex | 5A | B2 | 6B | 31 | 0 | 28 | 1E | 84 | 24 | 35 |
| Octal | 132 | 262 | 153 | 61 | 0 | 50 | 36 | 204 | 44 | 65 |
| Binary | 1011010 | 10110010 | 1101011 | 110001 | 0 | 101000 | 11110 | 10000100 | 100100 | 110101 |
Color Harmonies of #5AB26B
Complementary color
Monochromatic Colors of #5AB26B
Black with #5AB26B
Text Example
Text Example
White with #5AB26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB26B; }
p { color: rgb(90,178,107); }
H1.HeaderClassName
{
color: #5AB26B;
}
.AnyTagClassName
{
color: #5AB26B;
}
</style>
background-color css
<style>
a { background-color: #5AB26B; }
a { background-color: rgb(90,178,107); }
div.DivClassName
{
background-color: #5AB26B;
}
.BgClassName
{
background-color: #5AB26B;
}
</style>
border-color css
<style>
span { border-color: #5AB26B; }
span { border-color: rgb(90,178,107); }
td.TdClassName
{
border-color: #5AB26B;
}
.TagClassName
{
border-color: #5AB26B;
}
</style>