Shades of Fern #60AD6D
Tints of Fern #60AD6D
RGB
CMYK
RGB Variations
Color information
#60AD6D (or 0x60AD6D) is known color: Fern. HEX triplet: 60, AD and 6D. RGB value is (96,173,109). Sum of RGB (Red+Green+Blue) = 96+173+109=378 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.40% from 378); Green value is 173 (67.97% from 255 or 45.77% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 173 - color contains mainly: green. Hex color #60AD6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60AD6D is #9F5292. Grayscale: #8E8E8E. Windows color (decimal): -10441363 or 7187808. OLE color: 7187808.
HSL color Cylindrical-coordinate representation of color #60AD6D: hue angle of 130.13º 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 #60AD6D is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 96 | 173 | 109 | - |
| CMYK | 0.45 | 0 | 0.37 | 0.32 |
| HSL | 130.13º | 0.32% | 0.53% | - |
| HSV(B) | 130.13º | 0.45% | 0.68% | - |
| XYZ | 22.53 | 33.48 | 19.74 | - |
| YUV | 142.68 | 108.99 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 173 | 109 | 0.45 | 0 | 0.37 | 0.32 | 130.13 | 0.32 | 0.53 |
| Hex | 60 | AD | 6D | 2D | 0 | 25 | 20 | 82 | 20 | 35 |
| Octal | 140 | 255 | 155 | 55 | 0 | 45 | 40 | 202 | 40 | 65 |
| Binary | 1100000 | 10101101 | 1101101 | 101101 | 0 | 100101 | 100000 | 10000010 | 100000 | 110101 |
Color Harmonies of #60AD6D
Complementary color
Monochromatic Colors of #60AD6D
Black with #60AD6D
Text Example
Text Example
White with #60AD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AD6D; }
p { color: rgb(96,173,109); }
H1.HeaderClassName
{
color: #60AD6D;
}
.AnyTagClassName
{
color: #60AD6D;
}
</style>
background-color css
<style>
a { background-color: #60AD6D; }
a { background-color: rgb(96,173,109); }
div.DivClassName
{
background-color: #60AD6D;
}
.BgClassName
{
background-color: #60AD6D;
}
</style>
border-color css
<style>
span { border-color: #60AD6D; }
span { border-color: rgb(96,173,109); }
td.TdClassName
{
border-color: #60AD6D;
}
.TagClassName
{
border-color: #60AD6D;
}
</style>