Shades of Fern #5CAC6B
Tints of Fern #5CAC6B
RGB
CMYK
RGB Variations
Color information
#5CAC6B (or 0x5CAC6B) is known color: Fern. HEX triplet: 5C, AC and 6B. RGB value is (92,172,107). Sum of RGB (Red+Green+Blue) = 92+172+107=371 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.80% from 371); Green value is 172 (67.58% from 255 or 46.36% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 172 - color contains mainly: green. Hex color #5CAC6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CAC6B is #A35394. Grayscale: #8C8C8C. Windows color (decimal): -10703765 or 7056476. OLE color: 7056476.
HSL color Cylindrical-coordinate representation of color #5CAC6B: hue angle of 131.25º 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 #5CAC6B is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 172 | 107 | - |
| CMYK | 0.47 | 0 | 0.38 | 0.33 |
| HSL | 131.25º | 0.33% | 0.52% | - |
| HSV(B) | 131.25º | 0.47% | 0.67% | - |
| XYZ | 21.82 | 32.84 | 19.1 | - |
| YUV | 140.67 | 109 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 172 | 107 | 0.47 | 0 | 0.38 | 0.33 | 131.25 | 0.33 | 0.52 |
| Hex | 5C | AC | 6B | 2F | 0 | 26 | 21 | 83 | 21 | 34 |
| Octal | 134 | 254 | 153 | 57 | 0 | 46 | 41 | 203 | 41 | 64 |
| Binary | 1011100 | 10101100 | 1101011 | 101111 | 0 | 100110 | 100001 | 10000011 | 100001 | 110100 |
Color Harmonies of #5CAC6B
Complementary color
Monochromatic Colors of #5CAC6B
Black with #5CAC6B
Text Example
Text Example
White with #5CAC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAC6B; }
p { color: rgb(92,172,107); }
H1.HeaderClassName
{
color: #5CAC6B;
}
.AnyTagClassName
{
color: #5CAC6B;
}
</style>
background-color css
<style>
a { background-color: #5CAC6B; }
a { background-color: rgb(92,172,107); }
div.DivClassName
{
background-color: #5CAC6B;
}
.BgClassName
{
background-color: #5CAC6B;
}
</style>
border-color css
<style>
span { border-color: #5CAC6B; }
span { border-color: rgb(92,172,107); }
td.TdClassName
{
border-color: #5CAC6B;
}
.TagClassName
{
border-color: #5CAC6B;
}
</style>