Shades of Fern #5DAC6A
Tints of Fern #5DAC6A
RGB
CMYK
RGB Variations
Color information
#5DAC6A (or 0x5DAC6A) is known color: Fern. HEX triplet: 5D, AC and 6A. RGB value is (93,172,106). Sum of RGB (Red+Green+Blue) = 93+172+106=371 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.07% from 371); Green value is 172 (67.58% from 255 or 46.36% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 172 - color contains mainly: green. Hex color #5DAC6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAC6A is #A25395. Grayscale: #8D8D8D. Windows color (decimal): -10638230 or 6990941. OLE color: 6990941.
HSL color Cylindrical-coordinate representation of color #5DAC6A: hue angle of 129.87º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5DAC6A is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 172 | 106 | - |
| CMYK | 0.46 | 0 | 0.38 | 0.33 |
| HSL | 129.87º | 0.32% | 0.52% | - |
| HSV(B) | 129.87º | 0.46% | 0.67% | - |
| XYZ | 21.87 | 32.87 | 18.83 | - |
| YUV | 140.86 | 108.33 | 93.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 172 | 106 | 0.46 | 0 | 0.38 | 0.33 | 129.87 | 0.32 | 0.52 |
| Hex | 5D | AC | 6A | 2E | 0 | 26 | 21 | 82 | 20 | 34 |
| Octal | 135 | 254 | 152 | 56 | 0 | 46 | 41 | 202 | 40 | 64 |
| Binary | 1011101 | 10101100 | 1101010 | 101110 | 0 | 100110 | 100001 | 10000010 | 100000 | 110100 |
Color Harmonies of #5DAC6A
Complementary color
Monochromatic Colors of #5DAC6A
Black with #5DAC6A
Text Example
Text Example
White with #5DAC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAC6A; }
p { color: rgb(93,172,106); }
H1.HeaderClassName
{
color: #5DAC6A;
}
.AnyTagClassName
{
color: #5DAC6A;
}
</style>
background-color css
<style>
a { background-color: #5DAC6A; }
a { background-color: rgb(93,172,106); }
div.DivClassName
{
background-color: #5DAC6A;
}
.BgClassName
{
background-color: #5DAC6A;
}
</style>
border-color css
<style>
span { border-color: #5DAC6A; }
span { border-color: rgb(93,172,106); }
td.TdClassName
{
border-color: #5DAC6A;
}
.TagClassName
{
border-color: #5DAC6A;
}
</style>