Shades of Fern #5AB95B
Tints of Fern #5AB95B
RGB
CMYK
RGB Variations
Color information
#5AB95B (or 0x5AB95B) is known color: Fern. HEX triplet: 5A, B9 and 5B. RGB value is (90,185,91). Sum of RGB (Red+Green+Blue) = 90+185+91=366 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.59% from 366); Green value is 185 (72.66% from 255 or 50.55% from 366); Blue value is 91 (35.94% from 255 or 24.86% from 366); Max value from RGB is 185 - color contains mainly: green. Hex color #5AB95B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB95B is #A546A4. Grayscale: #929292. Windows color (decimal): -10831525 or 6011226. OLE color: 6011226.
HSL color Cylindrical-coordinate representation of color #5AB95B: hue angle of 120.63º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5AB95B is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 185 | 91 | - |
| CMYK | 0.51 | 0 | 0.51 | 0.27 |
| HSL | 120.63º | 0.4% | 0.54% | - |
| HSV(B) | 120.63º | 0.51% | 0.73% | - |
| XYZ | 23.45 | 37.63 | 15.92 | - |
| YUV | 145.88 | 97.03 | 88.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 185 | 91 | 0.51 | 0 | 0.51 | 0.27 | 120.63 | 0.4 | 0.54 |
| Hex | 5A | B9 | 5B | 33 | 0 | 33 | 1B | 79 | 28 | 36 |
| Octal | 132 | 271 | 133 | 63 | 0 | 63 | 33 | 171 | 50 | 66 |
| Binary | 1011010 | 10111001 | 1011011 | 110011 | 0 | 110011 | 11011 | 1111001 | 101000 | 110110 |
Color Harmonies of #5AB95B
Complementary color
Monochromatic Colors of #5AB95B
Black with #5AB95B
Text Example
Text Example
White with #5AB95B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB95B; }
p { color: rgb(90,185,91); }
H1.HeaderClassName
{
color: #5AB95B;
}
.AnyTagClassName
{
color: #5AB95B;
}
</style>
background-color css
<style>
a { background-color: #5AB95B; }
a { background-color: rgb(90,185,91); }
div.DivClassName
{
background-color: #5AB95B;
}
.BgClassName
{
background-color: #5AB95B;
}
</style>
border-color css
<style>
span { border-color: #5AB95B; }
span { border-color: rgb(90,185,91); }
td.TdClassName
{
border-color: #5AB95B;
}
.TagClassName
{
border-color: #5AB95B;
}
</style>