Shades of Fern #5AB06F
Tints of Fern #5AB06F
RGB
CMYK
RGB Variations
Color information
#5AB06F (or 0x5AB06F) is known color: Fern. HEX triplet: 5A, B0 and 6F. RGB value is (90,176,111). Sum of RGB (Red+Green+Blue) = 90+176+111=377 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.87% from 377); Green value is 176 (69.14% from 255 or 46.68% from 377); Blue value is 111 (43.75% from 255 or 29.44% from 377); Max value from RGB is 176 - color contains mainly: green. Hex color #5AB06F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AB06F is #A54F90. Grayscale: #8F8F8F. Windows color (decimal): -10833809 or 7319642. OLE color: 7319642.
HSL color Cylindrical-coordinate representation of color #5AB06F: hue angle of 134.65º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5AB06F is Cyan = 0.49, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 176 | 111 | - |
| CMYK | 0.49 | 0 | 0.37 | 0.31 |
| HSL | 134.65º | 0.35% | 0.52% | - |
| HSV(B) | 134.65º | 0.49% | 0.69% | - |
| XYZ | 22.61 | 34.37 | 20.48 | - |
| YUV | 142.88 | 110.01 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 176 | 111 | 0.49 | 0 | 0.37 | 0.31 | 134.65 | 0.35 | 0.52 |
| Hex | 5A | B0 | 6F | 31 | 0 | 25 | 1F | 87 | 23 | 34 |
| Octal | 132 | 260 | 157 | 61 | 0 | 45 | 37 | 207 | 43 | 64 |
| Binary | 1011010 | 10110000 | 1101111 | 110001 | 0 | 100101 | 11111 | 10000111 | 100011 | 110100 |
Color Harmonies of #5AB06F
Complementary color
Monochromatic Colors of #5AB06F
Black with #5AB06F
Text Example
Text Example
White with #5AB06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB06F; }
p { color: rgb(90,176,111); }
H1.HeaderClassName
{
color: #5AB06F;
}
.AnyTagClassName
{
color: #5AB06F;
}
</style>
background-color css
<style>
a { background-color: #5AB06F; }
a { background-color: rgb(90,176,111); }
div.DivClassName
{
background-color: #5AB06F;
}
.BgClassName
{
background-color: #5AB06F;
}
</style>
border-color css
<style>
span { border-color: #5AB06F; }
span { border-color: rgb(90,176,111); }
td.TdClassName
{
border-color: #5AB06F;
}
.TagClassName
{
border-color: #5AB06F;
}
</style>