Shades of Apple #5CAA4C
Tints of Apple #5CAA4C
RGB
CMYK
RGB Variations
Color information
#5CAA4C (or 0x5CAA4C) is known color: Apple. HEX triplet: 5C, AA and 4C. RGB value is (92,170,76). Sum of RGB (Red+Green+Blue) = 92+170+76=338 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.22% from 338); Green value is 170 (66.80% from 255 or 50.30% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 170 - color contains mainly: green. Hex color #5CAA4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CAA4C is #A355B3. Grayscale: #888888. Windows color (decimal): -10704308 or 5024348. OLE color: 5024348.
HSL color Cylindrical-coordinate representation of color #5CAA4C: hue angle of 109.79º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5CAA4C is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 170 | 76 | - |
| CMYK | 0.46 | 0 | 0.55 | 0.33 |
| HSL | 109.79º | 0.38% | 0.48% | - |
| HSV(B) | 109.79º | 0.55% | 0.67% | - |
| XYZ | 20.09 | 31.55 | 11.87 | - |
| YUV | 135.96 | 94.16 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 170 | 76 | 0.46 | 0 | 0.55 | 0.33 | 109.79 | 0.38 | 0.48 |
| Hex | 5C | AA | 4C | 2E | 0 | 37 | 21 | 6E | 26 | 30 |
| Octal | 134 | 252 | 114 | 56 | 0 | 67 | 41 | 156 | 46 | 60 |
| Binary | 1011100 | 10101010 | 1001100 | 101110 | 0 | 110111 | 100001 | 1101110 | 100110 | 110000 |
Color Harmonies of #5CAA4C
Complementary color
Monochromatic Colors of #5CAA4C
Black with #5CAA4C
Text Example
Text Example
White with #5CAA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAA4C; }
p { color: rgb(92,170,76); }
H1.HeaderClassName
{
color: #5CAA4C;
}
.AnyTagClassName
{
color: #5CAA4C;
}
</style>
background-color css
<style>
a { background-color: #5CAA4C; }
a { background-color: rgb(92,170,76); }
div.DivClassName
{
background-color: #5CAA4C;
}
.BgClassName
{
background-color: #5CAA4C;
}
</style>
border-color css
<style>
span { border-color: #5CAA4C; }
span { border-color: rgb(92,170,76); }
td.TdClassName
{
border-color: #5CAA4C;
}
.TagClassName
{
border-color: #5CAA4C;
}
</style>