Shades of Fern #60AD6A
Tints of Fern #60AD6A
RGB
CMYK
RGB Variations
Color information
#60AD6A (or 0x60AD6A) is known color: Fern. HEX triplet: 60, AD and 6A. RGB value is (96,173,106). Sum of RGB (Red+Green+Blue) = 96+173+106=375 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.6% from 375); Green value is 173 (67.97% from 255 or 46.13% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 173 - color contains mainly: green. Hex color #60AD6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60AD6A is #9F5295. Grayscale: #8E8E8E. Windows color (decimal): -10441366 or 6991200. OLE color: 6991200.
HSL color Cylindrical-coordinate representation of color #60AD6A: hue angle of 127.79º 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 #60AD6A is Cyan = 0.45, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 96 | 173 | 106 | - |
| CMYK | 0.45 | 0 | 0.39 | 0.32 |
| HSL | 127.79º | 0.32% | 0.53% | - |
| HSV(B) | 127.79º | 0.45% | 0.68% | - |
| XYZ | 22.37 | 33.41 | 18.91 | - |
| YUV | 142.34 | 107.49 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 173 | 106 | 0.45 | 0 | 0.39 | 0.32 | 127.79 | 0.32 | 0.53 |
| Hex | 60 | AD | 6A | 2D | 0 | 27 | 20 | 80 | 20 | 35 |
| Octal | 140 | 255 | 152 | 55 | 0 | 47 | 40 | 200 | 40 | 65 |
| Binary | 1100000 | 10101101 | 1101010 | 101101 | 0 | 100111 | 100000 | 10000000 | 100000 | 110101 |
Color Harmonies of #60AD6A
Complementary color
Monochromatic Colors of #60AD6A
Black with #60AD6A
Text Example
Text Example
White with #60AD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AD6A; }
p { color: rgb(96,173,106); }
H1.HeaderClassName
{
color: #60AD6A;
}
.AnyTagClassName
{
color: #60AD6A;
}
</style>
background-color css
<style>
a { background-color: #60AD6A; }
a { background-color: rgb(96,173,106); }
div.DivClassName
{
background-color: #60AD6A;
}
.BgClassName
{
background-color: #60AD6A;
}
</style>
border-color css
<style>
span { border-color: #60AD6A; }
span { border-color: rgb(96,173,106); }
td.TdClassName
{
border-color: #60AD6A;
}
.TagClassName
{
border-color: #60AD6A;
}
</style>