Shades of Fern #60AC64
Tints of Fern #60AC64
RGB
CMYK
RGB Variations
Color information
#60AC64 (or 0x60AC64) is known color: Fern. HEX triplet: 60, AC and 64. RGB value is (96,172,100). Sum of RGB (Red+Green+Blue) = 96+172+100=368 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.09% from 368); Green value is 172 (67.58% from 255 or 46.74% from 368); Blue value is 100 (39.45% from 255 or 27.17% from 368); Max value from RGB is 172 - color contains mainly: green. Hex color #60AC64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60AC64 is #9F539B. Grayscale: #8D8D8D. Windows color (decimal): -10441628 or 6597728. OLE color: 6597728.
HSL color Cylindrical-coordinate representation of color #60AC64: hue angle of 123.16º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #60AC64 is Cyan = 0.44, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 172 | 100 | - |
| CMYK | 0.44 | 0 | 0.42 | 0.33 |
| HSL | 123.16º | 0.31% | 0.53% | - |
| HSV(B) | 123.16º | 0.44% | 0.67% | - |
| XYZ | 21.88 | 32.91 | 17.26 | - |
| YUV | 141.07 | 104.82 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 172 | 100 | 0.44 | 0 | 0.42 | 0.33 | 123.16 | 0.31 | 0.53 |
| Hex | 60 | AC | 64 | 2C | 0 | 2A | 21 | 7B | 1F | 35 |
| Octal | 140 | 254 | 144 | 54 | 0 | 52 | 41 | 173 | 37 | 65 |
| Binary | 1100000 | 10101100 | 1100100 | 101100 | 0 | 101010 | 100001 | 1111011 | 11111 | 110101 |
Color Harmonies of #60AC64
Complementary color
Monochromatic Colors of #60AC64
Black with #60AC64
Text Example
Text Example
White with #60AC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AC64; }
p { color: rgb(96,172,100); }
H1.HeaderClassName
{
color: #60AC64;
}
.AnyTagClassName
{
color: #60AC64;
}
</style>
background-color css
<style>
a { background-color: #60AC64; }
a { background-color: rgb(96,172,100); }
div.DivClassName
{
background-color: #60AC64;
}
.BgClassName
{
background-color: #60AC64;
}
</style>
border-color css
<style>
span { border-color: #60AC64; }
span { border-color: rgb(96,172,100); }
td.TdClassName
{
border-color: #60AC64;
}
.TagClassName
{
border-color: #60AC64;
}
</style>