Shades of Fern #5AB367
Tints of Fern #5AB367
RGB
CMYK
RGB Variations
Color information
#5AB367 (or 0x5AB367) is known color: Fern. HEX triplet: 5A, B3 and 67. RGB value is (90,179,103). Sum of RGB (Red+Green+Blue) = 90+179+103=372 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.19% from 372); Green value is 179 (70.31% from 255 or 48.12% from 372); Blue value is 103 (40.62% from 255 or 27.69% from 372); Max value from RGB is 179 - color contains mainly: green. Hex color #5AB367 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB367 is #A54C98. Grayscale: #8F8F8F. Windows color (decimal): -10833049 or 6796122. OLE color: 6796122.
HSL color Cylindrical-coordinate representation of color #5AB367: hue angle of 128.76º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5AB367 is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 90 | 179 | 103 | - |
| CMYK | 0.50 | 0 | 0.42 | 0.30 |
| HSL | 128.76º | 0.37% | 0.53% | - |
| HSV(B) | 128.76º | 0.5% | 0.7% | - |
| XYZ | 22.78 | 35.39 | 18.46 | - |
| YUV | 143.73 | 105.01 | 89.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 179 | 103 | 0.50 | 0 | 0.42 | 0.30 | 128.76 | 0.37 | 0.53 |
| Hex | 5A | B3 | 67 | 32 | 0 | 2A | 1E | 81 | 25 | 35 |
| Octal | 132 | 263 | 147 | 62 | 0 | 52 | 36 | 201 | 45 | 65 |
| Binary | 1011010 | 10110011 | 1100111 | 110010 | 0 | 101010 | 11110 | 10000001 | 100101 | 110101 |
Color Harmonies of #5AB367
Complementary color
Monochromatic Colors of #5AB367
Black with #5AB367
Text Example
Text Example
White with #5AB367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB367; }
p { color: rgb(90,179,103); }
H1.HeaderClassName
{
color: #5AB367;
}
.AnyTagClassName
{
color: #5AB367;
}
</style>
background-color css
<style>
a { background-color: #5AB367; }
a { background-color: rgb(90,179,103); }
div.DivClassName
{
background-color: #5AB367;
}
.BgClassName
{
background-color: #5AB367;
}
</style>
border-color css
<style>
span { border-color: #5AB367; }
span { border-color: rgb(90,179,103); }
td.TdClassName
{
border-color: #5AB367;
}
.TagClassName
{
border-color: #5AB367;
}
</style>