Shades of Apple #5CAA3C
Tints of Apple #5CAA3C
RGB
CMYK
RGB Variations
Color information
#5CAA3C (or 0x5CAA3C) is known color: Apple. HEX triplet: 5C, AA and 3C. RGB value is (92,170,60). Sum of RGB (Red+Green+Blue) = 92+170+60=322 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.57% from 322); Green value is 170 (66.80% from 255 or 52.80% from 322); Blue value is 60 (23.83% from 255 or 18.63% from 322); Max value from RGB is 170 - color contains mainly: green. Hex color #5CAA3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CAA3C is #A355C3. Grayscale: #868686. Windows color (decimal): -10704324 or 3975772. OLE color: 3975772.
HSL color Cylindrical-coordinate representation of color #5CAA3C: hue angle of 102.55º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5CAA3C is Cyan = 0.46, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 170 | 60 | - |
| CMYK | 0.46 | 0 | 0.65 | 0.33 |
| HSL | 102.55º | 0.48% | 0.45% | - |
| HSV(B) | 102.55º | 0.65% | 0.67% | - |
| XYZ | 19.6 | 31.35 | 9.29 | - |
| YUV | 134.14 | 86.16 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 170 | 60 | 0.46 | 0 | 0.65 | 0.33 | 102.55 | 0.48 | 0.45 |
| Hex | 5C | AA | 3C | 2E | 0 | 41 | 21 | 67 | 30 | 2D |
| Octal | 134 | 252 | 74 | 56 | 0 | 101 | 41 | 147 | 60 | 55 |
| Binary | 1011100 | 10101010 | 111100 | 101110 | 0 | 1000001 | 100001 | 1100111 | 110000 | 101101 |
Color Harmonies of #5CAA3C
Complementary color
Monochromatic Colors of #5CAA3C
Black with #5CAA3C
Text Example
Text Example
White with #5CAA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAA3C; }
p { color: rgb(92,170,60); }
H1.HeaderClassName
{
color: #5CAA3C;
}
.AnyTagClassName
{
color: #5CAA3C;
}
</style>
background-color css
<style>
a { background-color: #5CAA3C; }
a { background-color: rgb(92,170,60); }
div.DivClassName
{
background-color: #5CAA3C;
}
.BgClassName
{
background-color: #5CAA3C;
}
</style>
border-color css
<style>
span { border-color: #5CAA3C; }
span { border-color: rgb(92,170,60); }
td.TdClassName
{
border-color: #5CAA3C;
}
.TagClassName
{
border-color: #5CAA3C;
}
</style>