Shades of Fern #60AD60
Tints of Fern #60AD60
RGB
CMYK
RGB Variations
Color information
#60AD60 (or 0x60AD60) is known color: Fern. HEX triplet: 60, AD and 60. RGB value is (96,173,96). Sum of RGB (Red+Green+Blue) = 96+173+96=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 173 (67.97% from 255 or 47.40% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 173 - color contains mainly: green. Hex color #60AD60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60AD60 is #9F529F. Grayscale: #8D8D8D. Windows color (decimal): -10441376 or 6335840. OLE color: 6335840.
HSL color Cylindrical-coordinate representation of color #60AD60: hue angle of 120º 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 #60AD60 is Cyan = 0.45, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 96 | 173 | 96 | - |
| CMYK | 0.45 | 0 | 0.45 | 0.32 |
| HSL | 120º | 0.32% | 0.53% | - |
| HSV(B) | 120º | 0.45% | 0.68% | - |
| XYZ | 21.88 | 33.22 | 16.33 | - |
| YUV | 141.2 | 102.49 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 173 | 96 | 0.45 | 0 | 0.45 | 0.32 | 120 | 0.32 | 0.53 |
| Hex | 60 | AD | 60 | 2D | 0 | 2D | 20 | 78 | 20 | 35 |
| Octal | 140 | 255 | 140 | 55 | 0 | 55 | 40 | 170 | 40 | 65 |
| Binary | 1100000 | 10101101 | 1100000 | 101101 | 0 | 101101 | 100000 | 1111000 | 100000 | 110101 |
Color Harmonies of #60AD60
Complementary color
Monochromatic Colors of #60AD60
Black with #60AD60
Text Example
Text Example
White with #60AD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AD60; }
p { color: rgb(96,173,96); }
H1.HeaderClassName
{
color: #60AD60;
}
.AnyTagClassName
{
color: #60AD60;
}
</style>
background-color css
<style>
a { background-color: #60AD60; }
a { background-color: rgb(96,173,96); }
div.DivClassName
{
background-color: #60AD60;
}
.BgClassName
{
background-color: #60AD60;
}
</style>
border-color css
<style>
span { border-color: #60AD60; }
span { border-color: rgb(96,173,96); }
td.TdClassName
{
border-color: #60AD60;
}
.TagClassName
{
border-color: #60AD60;
}
</style>