Shades of Fern #5AB95A
Tints of Fern #5AB95A
RGB
CMYK
RGB Variations
Color information
#5AB95A (or 0x5AB95A) is known color: Fern. HEX triplet: 5A, B9 and 5A. RGB value is (90,185,90). Sum of RGB (Red+Green+Blue) = 90+185+90=365 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.66% from 365); Green value is 185 (72.66% from 255 or 50.68% from 365); Blue value is 90 (35.55% from 255 or 24.66% from 365); Max value from RGB is 185 - color contains mainly: green. Hex color #5AB95A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB95A is #A546A5. Grayscale: #929292. Windows color (decimal): -10831526 or 5945690. OLE color: 5945690.
HSL color Cylindrical-coordinate representation of color #5AB95A: hue angle of 120º 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 #5AB95A is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 185 | 90 | - |
| CMYK | 0.51 | 0 | 0.51 | 0.27 |
| HSL | 120º | 0.4% | 0.54% | - |
| HSV(B) | 120º | 0.51% | 0.73% | - |
| XYZ | 23.41 | 37.61 | 15.7 | - |
| YUV | 145.77 | 96.53 | 88.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 185 | 90 | 0.51 | 0 | 0.51 | 0.27 | 120 | 0.4 | 0.54 |
| Hex | 5A | B9 | 5A | 33 | 0 | 33 | 1B | 78 | 28 | 36 |
| Octal | 132 | 271 | 132 | 63 | 0 | 63 | 33 | 170 | 50 | 66 |
| Binary | 1011010 | 10111001 | 1011010 | 110011 | 0 | 110011 | 11011 | 1111000 | 101000 | 110110 |
Color Harmonies of #5AB95A
Complementary color
Monochromatic Colors of #5AB95A
Black with #5AB95A
Text Example
Text Example
White with #5AB95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB95A; }
p { color: rgb(90,185,90); }
H1.HeaderClassName
{
color: #5AB95A;
}
.AnyTagClassName
{
color: #5AB95A;
}
</style>
background-color css
<style>
a { background-color: #5AB95A; }
a { background-color: rgb(90,185,90); }
div.DivClassName
{
background-color: #5AB95A;
}
.BgClassName
{
background-color: #5AB95A;
}
</style>
border-color css
<style>
span { border-color: #5AB95A; }
span { border-color: rgb(90,185,90); }
td.TdClassName
{
border-color: #5AB95A;
}
.TagClassName
{
border-color: #5AB95A;
}
</style>