Shades of Fern #5FAD6A
Tints of Fern #5FAD6A
RGB
CMYK
RGB Variations
Color information
#5FAD6A (or 0x5FAD6A) is known color: Fern. HEX triplet: 5F, AD and 6A. RGB value is (95,173,106). Sum of RGB (Red+Green+Blue) = 95+173+106=374 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.40% from 374); Green value is 173 (67.97% from 255 or 46.26% from 374); Blue value is 106 (41.80% from 255 or 28.34% from 374); Max value from RGB is 173 - color contains mainly: green. Hex color #5FAD6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAD6A is #A05295. Grayscale: #8E8E8E. Windows color (decimal): -10506902 or 6991199. OLE color: 6991199.
HSL color Cylindrical-coordinate representation of color #5FAD6A: hue angle of 128.46º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5FAD6A is Cyan = 0.45, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 95 | 173 | 106 | - |
| CMYK | 0.45 | 0 | 0.39 | 0.32 |
| HSL | 128.46º | 0.32% | 0.53% | - |
| HSV(B) | 128.46º | 0.45% | 0.68% | - |
| XYZ | 22.26 | 33.36 | 18.9 | - |
| YUV | 142.04 | 107.66 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 173 | 106 | 0.45 | 0 | 0.39 | 0.32 | 128.46 | 0.32 | 0.53 |
| Hex | 5F | AD | 6A | 2D | 0 | 27 | 20 | 80 | 20 | 35 |
| Octal | 137 | 255 | 152 | 55 | 0 | 47 | 40 | 200 | 40 | 65 |
| Binary | 1011111 | 10101101 | 1101010 | 101101 | 0 | 100111 | 100000 | 10000000 | 100000 | 110101 |
Color Harmonies of #5FAD6A
Complementary color
Monochromatic Colors of #5FAD6A
Black with #5FAD6A
Text Example
Text Example
White with #5FAD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAD6A; }
p { color: rgb(95,173,106); }
H1.HeaderClassName
{
color: #5FAD6A;
}
.AnyTagClassName
{
color: #5FAD6A;
}
</style>
background-color css
<style>
a { background-color: #5FAD6A; }
a { background-color: rgb(95,173,106); }
div.DivClassName
{
background-color: #5FAD6A;
}
.BgClassName
{
background-color: #5FAD6A;
}
</style>
border-color css
<style>
span { border-color: #5FAD6A; }
span { border-color: rgb(95,173,106); }
td.TdClassName
{
border-color: #5FAD6A;
}
.TagClassName
{
border-color: #5FAD6A;
}
</style>