Shades of Fern #5CAA60
Tints of Fern #5CAA60
RGB
CMYK
RGB Variations
Color information
#5CAA60 (or 0x5CAA60) is known color: Fern. HEX triplet: 5C, AA and 60. RGB value is (92,170,96). Sum of RGB (Red+Green+Blue) = 92+170+96=358 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.70% from 358); Green value is 170 (66.80% from 255 or 47.49% from 358); Blue value is 96 (37.89% from 255 or 26.82% from 358); Max value from RGB is 170 - color contains mainly: green. Hex color #5CAA60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CAA60 is #A3559F. Grayscale: #8A8A8A. Windows color (decimal): -10704288 or 6335068. OLE color: 6335068.
HSL color Cylindrical-coordinate representation of color #5CAA60: hue angle of 123.08º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5CAA60 is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 170 | 96 | - |
| CMYK | 0.46 | 0 | 0.44 | 0.33 |
| HSL | 123.08º | 0.31% | 0.51% | - |
| HSV(B) | 123.08º | 0.46% | 0.67% | - |
| XYZ | 20.9 | 31.87 | 16.12 | - |
| YUV | 138.24 | 104.16 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 170 | 96 | 0.46 | 0 | 0.44 | 0.33 | 123.08 | 0.31 | 0.51 |
| Hex | 5C | AA | 60 | 2E | 0 | 2C | 21 | 7B | 1F | 33 |
| Octal | 134 | 252 | 140 | 56 | 0 | 54 | 41 | 173 | 37 | 63 |
| Binary | 1011100 | 10101010 | 1100000 | 101110 | 0 | 101100 | 100001 | 1111011 | 11111 | 110011 |
Color Harmonies of #5CAA60
Complementary color
Monochromatic Colors of #5CAA60
Black with #5CAA60
Text Example
Text Example
White with #5CAA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAA60; }
p { color: rgb(92,170,96); }
H1.HeaderClassName
{
color: #5CAA60;
}
.AnyTagClassName
{
color: #5CAA60;
}
</style>
background-color css
<style>
a { background-color: #5CAA60; }
a { background-color: rgb(92,170,96); }
div.DivClassName
{
background-color: #5CAA60;
}
.BgClassName
{
background-color: #5CAA60;
}
</style>
border-color css
<style>
span { border-color: #5CAA60; }
span { border-color: rgb(92,170,96); }
td.TdClassName
{
border-color: #5CAA60;
}
.TagClassName
{
border-color: #5CAA60;
}
</style>