Shades of Fern #5AB36B
Tints of Fern #5AB36B
RGB
CMYK
RGB Variations
Color information
#5AB36B (or 0x5AB36B) is known color: Fern. HEX triplet: 5A, B3 and 6B. RGB value is (90,179,107). Sum of RGB (Red+Green+Blue) = 90+179+107=376 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.94% from 376); Green value is 179 (70.31% from 255 or 47.61% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 179 - color contains mainly: green. Hex color #5AB36B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB36B is #A54C94. Grayscale: #909090. Windows color (decimal): -10833045 or 7058266. OLE color: 7058266.
HSL color Cylindrical-coordinate representation of color #5AB36B: hue angle of 131.46º 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 #5AB36B is Cyan = 0.50, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 90 | 179 | 107 | - |
| CMYK | 0.50 | 0 | 0.40 | 0.30 |
| HSL | 131.46º | 0.37% | 0.53% | - |
| HSV(B) | 131.46º | 0.5% | 0.7% | - |
| XYZ | 22.99 | 35.48 | 19.55 | - |
| YUV | 144.18 | 107.01 | 89.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 179 | 107 | 0.50 | 0 | 0.40 | 0.30 | 131.46 | 0.37 | 0.53 |
| Hex | 5A | B3 | 6B | 32 | 0 | 28 | 1E | 83 | 25 | 35 |
| Octal | 132 | 263 | 153 | 62 | 0 | 50 | 36 | 203 | 45 | 65 |
| Binary | 1011010 | 10110011 | 1101011 | 110010 | 0 | 101000 | 11110 | 10000011 | 100101 | 110101 |
Color Harmonies of #5AB36B
Complementary color
Monochromatic Colors of #5AB36B
Black with #5AB36B
Text Example
Text Example
White with #5AB36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB36B; }
p { color: rgb(90,179,107); }
H1.HeaderClassName
{
color: #5AB36B;
}
.AnyTagClassName
{
color: #5AB36B;
}
</style>
background-color css
<style>
a { background-color: #5AB36B; }
a { background-color: rgb(90,179,107); }
div.DivClassName
{
background-color: #5AB36B;
}
.BgClassName
{
background-color: #5AB36B;
}
</style>
border-color css
<style>
span { border-color: #5AB36B; }
span { border-color: rgb(90,179,107); }
td.TdClassName
{
border-color: #5AB36B;
}
.TagClassName
{
border-color: #5AB36B;
}
</style>