Shades of Fern #60AC5C
Tints of Fern #60AC5C
RGB
CMYK
RGB Variations
Color information
#60AC5C (or 0x60AC5C) is known color: Fern. HEX triplet: 60, AC and 5C. RGB value is (96,172,92). Sum of RGB (Red+Green+Blue) = 96+172+92=360 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.67% from 360); Green value is 172 (67.58% from 255 or 47.78% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 172 - color contains mainly: green. Hex color #60AC5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60AC5C is #9F53A3. Grayscale: #8C8C8C. Windows color (decimal): -10441636 or 6073440. OLE color: 6073440.
HSL color Cylindrical-coordinate representation of color #60AC5C: hue angle of 117º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #60AC5C is Cyan = 0.44, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 172 | 92 | - |
| CMYK | 0.44 | 0 | 0.47 | 0.33 |
| HSL | 117º | 0.33% | 0.52% | - |
| HSV(B) | 117º | 0.47% | 0.67% | - |
| XYZ | 21.51 | 32.76 | 15.32 | - |
| YUV | 140.16 | 100.82 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 172 | 92 | 0.44 | 0 | 0.47 | 0.33 | 117 | 0.33 | 0.52 |
| Hex | 60 | AC | 5C | 2C | 0 | 2F | 21 | 75 | 21 | 34 |
| Octal | 140 | 254 | 134 | 54 | 0 | 57 | 41 | 165 | 41 | 64 |
| Binary | 1100000 | 10101100 | 1011100 | 101100 | 0 | 101111 | 100001 | 1110101 | 100001 | 110100 |
Color Harmonies of #60AC5C
Complementary color
Monochromatic Colors of #60AC5C
Black with #60AC5C
Text Example
Text Example
White with #60AC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AC5C; }
p { color: rgb(96,172,92); }
H1.HeaderClassName
{
color: #60AC5C;
}
.AnyTagClassName
{
color: #60AC5C;
}
</style>
background-color css
<style>
a { background-color: #60AC5C; }
a { background-color: rgb(96,172,92); }
div.DivClassName
{
background-color: #60AC5C;
}
.BgClassName
{
background-color: #60AC5C;
}
</style>
border-color css
<style>
span { border-color: #60AC5C; }
span { border-color: rgb(96,172,92); }
td.TdClassName
{
border-color: #60AC5C;
}
.TagClassName
{
border-color: #60AC5C;
}
</style>