Shades of Apple #5CA043
Tints of Apple #5CA043
RGB
CMYK
RGB Variations
Color information
#5CA043 (or 0x5CA043) is known color: Apple. HEX triplet: 5C, A0 and 43. RGB value is (92,160,67). Sum of RGB (Red+Green+Blue) = 92+160+67=319 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.84% from 319); Green value is 160 (62.89% from 255 or 50.16% from 319); Blue value is 67 (26.56% from 255 or 21.00% from 319); Max value from RGB is 160 - color contains mainly: green. Hex color #5CA043 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CA043 is #A35FBC. Grayscale: #818181. Windows color (decimal): -10706877 or 4431964. OLE color: 4431964.
HSL color Cylindrical-coordinate representation of color #5CA043: hue angle of 103.87º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CA043 is Cyan = 0.43, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 92 | 160 | 67 | - |
| CMYK | 0.43 | 0 | 0.58 | 0.37 |
| HSL | 103.87º | 0.41% | 0.45% | - |
| HSV(B) | 103.87º | 0.58% | 0.63% | - |
| XYZ | 18 | 27.82 | 9.73 | - |
| YUV | 129.07 | 92.97 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 160 | 67 | 0.43 | 0 | 0.58 | 0.37 | 103.87 | 0.41 | 0.45 |
| Hex | 5C | A0 | 43 | 2B | 0 | 3A | 25 | 68 | 29 | 2D |
| Octal | 134 | 240 | 103 | 53 | 0 | 72 | 45 | 150 | 51 | 55 |
| Binary | 1011100 | 10100000 | 1000011 | 101011 | 0 | 111010 | 100101 | 1101000 | 101001 | 101101 |
Color Harmonies of #5CA043
Complementary color
Monochromatic Colors of #5CA043
Black with #5CA043
Text Example
Text Example
White with #5CA043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA043; }
p { color: rgb(92,160,67); }
H1.HeaderClassName
{
color: #5CA043;
}
.AnyTagClassName
{
color: #5CA043;
}
</style>
background-color css
<style>
a { background-color: #5CA043; }
a { background-color: rgb(92,160,67); }
div.DivClassName
{
background-color: #5CA043;
}
.BgClassName
{
background-color: #5CA043;
}
</style>
border-color css
<style>
span { border-color: #5CA043; }
span { border-color: rgb(92,160,67); }
td.TdClassName
{
border-color: #5CA043;
}
.TagClassName
{
border-color: #5CA043;
}
</style>