Shades of Fern #5CAA69
Tints of Fern #5CAA69
RGB
CMYK
RGB Variations
Color information
#5CAA69 (or 0x5CAA69) is known color: Fern. HEX triplet: 5C, AA and 69. RGB value is (92,170,105). Sum of RGB (Red+Green+Blue) = 92+170+105=367 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.07% from 367); Green value is 170 (66.80% from 255 or 46.32% from 367); Blue value is 105 (41.41% from 255 or 28.61% from 367); Max value from RGB is 170 - color contains mainly: green. Hex color #5CAA69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CAA69 is #A35596. Grayscale: #8B8B8B. Windows color (decimal): -10704279 or 6924892. OLE color: 6924892.
HSL color Cylindrical-coordinate representation of color #5CAA69: hue angle of 130º 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 #5CAA69 is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 170 | 105 | - |
| CMYK | 0.46 | 0 | 0.38 | 0.33 |
| HSL | 130º | 0.31% | 0.51% | - |
| HSV(B) | 130º | 0.46% | 0.67% | - |
| XYZ | 21.34 | 32.04 | 18.43 | - |
| YUV | 139.27 | 108.66 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 170 | 105 | 0.46 | 0 | 0.38 | 0.33 | 130 | 0.31 | 0.51 |
| Hex | 5C | AA | 69 | 2E | 0 | 26 | 21 | 82 | 1F | 33 |
| Octal | 134 | 252 | 151 | 56 | 0 | 46 | 41 | 202 | 37 | 63 |
| Binary | 1011100 | 10101010 | 1101001 | 101110 | 0 | 100110 | 100001 | 10000010 | 11111 | 110011 |
Color Harmonies of #5CAA69
Complementary color
Monochromatic Colors of #5CAA69
Black with #5CAA69
Text Example
Text Example
White with #5CAA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAA69; }
p { color: rgb(92,170,105); }
H1.HeaderClassName
{
color: #5CAA69;
}
.AnyTagClassName
{
color: #5CAA69;
}
</style>
background-color css
<style>
a { background-color: #5CAA69; }
a { background-color: rgb(92,170,105); }
div.DivClassName
{
background-color: #5CAA69;
}
.BgClassName
{
background-color: #5CAA69;
}
</style>
border-color css
<style>
span { border-color: #5CAA69; }
span { border-color: rgb(92,170,105); }
td.TdClassName
{
border-color: #5CAA69;
}
.TagClassName
{
border-color: #5CAA69;
}
</style>