Shades of Fern #5FAC6B
Tints of Fern #5FAC6B
RGB
CMYK
RGB Variations
Color information
#5FAC6B (or 0x5FAC6B) is known color: Fern. HEX triplet: 5F, AC and 6B. RGB value is (95,172,107). Sum of RGB (Red+Green+Blue) = 95+172+107=374 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.40% from 374); Green value is 172 (67.58% from 255 or 45.99% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 172 - color contains mainly: green. Hex color #5FAC6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAC6B is #A05394. Grayscale: #8D8D8D. Windows color (decimal): -10507157 or 7056479. OLE color: 7056479.
HSL color Cylindrical-coordinate representation of color #5FAC6B: hue angle of 129.35º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5FAC6B is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 172 | 107 | - |
| CMYK | 0.45 | 0 | 0.38 | 0.33 |
| HSL | 129.35º | 0.32% | 0.52% | - |
| HSV(B) | 129.35º | 0.45% | 0.67% | - |
| XYZ | 22.13 | 33 | 19.11 | - |
| YUV | 141.57 | 108.49 | 94.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 172 | 107 | 0.45 | 0 | 0.38 | 0.33 | 129.35 | 0.32 | 0.52 |
| Hex | 5F | AC | 6B | 2D | 0 | 26 | 21 | 81 | 20 | 34 |
| Octal | 137 | 254 | 153 | 55 | 0 | 46 | 41 | 201 | 40 | 64 |
| Binary | 1011111 | 10101100 | 1101011 | 101101 | 0 | 100110 | 100001 | 10000001 | 100000 | 110100 |
Color Harmonies of #5FAC6B
Complementary color
Monochromatic Colors of #5FAC6B
Black with #5FAC6B
Text Example
Text Example
White with #5FAC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAC6B; }
p { color: rgb(95,172,107); }
H1.HeaderClassName
{
color: #5FAC6B;
}
.AnyTagClassName
{
color: #5FAC6B;
}
</style>
background-color css
<style>
a { background-color: #5FAC6B; }
a { background-color: rgb(95,172,107); }
div.DivClassName
{
background-color: #5FAC6B;
}
.BgClassName
{
background-color: #5FAC6B;
}
</style>
border-color css
<style>
span { border-color: #5FAC6B; }
span { border-color: rgb(95,172,107); }
td.TdClassName
{
border-color: #5FAC6B;
}
.TagClassName
{
border-color: #5FAC6B;
}
</style>