Shades of Apple #5CA04C
Tints of Apple #5CA04C
RGB
CMYK
RGB Variations
Color information
#5CA04C (or 0x5CA04C) is known color: Apple. HEX triplet: 5C, A0 and 4C. RGB value is (92,160,76). Sum of RGB (Red+Green+Blue) = 92+160+76=328 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.05% from 328); Green value is 160 (62.89% from 255 or 48.78% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 160 - color contains mainly: green. Hex color #5CA04C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CA04C is #A35FB3. Grayscale: #828282. Windows color (decimal): -10706868 or 5021788. OLE color: 5021788.
HSL color Cylindrical-coordinate representation of color #5CA04C: hue angle of 108.57º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5CA04C is Cyan = 0.43, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 92 | 160 | 76 | - |
| CMYK | 0.43 | 0 | 0.52 | 0.37 |
| HSL | 108.57º | 0.36% | 0.46% | - |
| HSV(B) | 108.57º | 0.53% | 0.63% | - |
| XYZ | 18.29 | 27.94 | 11.27 | - |
| YUV | 130.09 | 97.47 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 160 | 76 | 0.43 | 0 | 0.52 | 0.37 | 108.57 | 0.36 | 0.46 |
| Hex | 5C | A0 | 4C | 2B | 0 | 34 | 25 | 6D | 24 | 2E |
| Octal | 134 | 240 | 114 | 53 | 0 | 64 | 45 | 155 | 44 | 56 |
| Binary | 1011100 | 10100000 | 1001100 | 101011 | 0 | 110100 | 100101 | 1101101 | 100100 | 101110 |
Color Harmonies of #5CA04C
Complementary color
Monochromatic Colors of #5CA04C
Black with #5CA04C
Text Example
Text Example
White with #5CA04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA04C; }
p { color: rgb(92,160,76); }
H1.HeaderClassName
{
color: #5CA04C;
}
.AnyTagClassName
{
color: #5CA04C;
}
</style>
background-color css
<style>
a { background-color: #5CA04C; }
a { background-color: rgb(92,160,76); }
div.DivClassName
{
background-color: #5CA04C;
}
.BgClassName
{
background-color: #5CA04C;
}
</style>
border-color css
<style>
span { border-color: #5CA04C; }
span { border-color: rgb(92,160,76); }
td.TdClassName
{
border-color: #5CA04C;
}
.TagClassName
{
border-color: #5CA04C;
}
</style>