Shades of Apple #5CA140
Tints of Apple #5CA140
RGB
CMYK
RGB Variations
Color information
#5CA140 (or 0x5CA140) is known color: Apple. HEX triplet: 5C, A1 and 40. RGB value is (92,161,64). Sum of RGB (Red+Green+Blue) = 92+161+64=317 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.02% from 317); Green value is 161 (63.28% from 255 or 50.79% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 161 - color contains mainly: green. Hex color #5CA140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CA140 is #A35EBF. Grayscale: #818181. Windows color (decimal): -10706624 or 4235612. OLE color: 4235612.
HSL color Cylindrical-coordinate representation of color #5CA140: hue angle of 102.68º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5CA140 is Cyan = 0.43, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 92 | 161 | 64 | - |
| CMYK | 0.43 | 0 | 0.60 | 0.37 |
| HSL | 102.68º | 0.43% | 0.44% | - |
| HSV(B) | 102.68º | 0.6% | 0.63% | - |
| XYZ | 18.08 | 28.14 | 9.33 | - |
| YUV | 129.31 | 91.14 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 161 | 64 | 0.43 | 0 | 0.60 | 0.37 | 102.68 | 0.43 | 0.44 |
| Hex | 5C | A1 | 40 | 2B | 0 | 3C | 25 | 67 | 2B | 2C |
| Octal | 134 | 241 | 100 | 53 | 0 | 74 | 45 | 147 | 53 | 54 |
| Binary | 1011100 | 10100001 | 1000000 | 101011 | 0 | 111100 | 100101 | 1100111 | 101011 | 101100 |
Color Harmonies of #5CA140
Complementary color
Monochromatic Colors of #5CA140
Black with #5CA140
Text Example
Text Example
White with #5CA140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA140; }
p { color: rgb(92,161,64); }
H1.HeaderClassName
{
color: #5CA140;
}
.AnyTagClassName
{
color: #5CA140;
}
</style>
background-color css
<style>
a { background-color: #5CA140; }
a { background-color: rgb(92,161,64); }
div.DivClassName
{
background-color: #5CA140;
}
.BgClassName
{
background-color: #5CA140;
}
</style>
border-color css
<style>
span { border-color: #5CA140; }
span { border-color: rgb(92,161,64); }
td.TdClassName
{
border-color: #5CA140;
}
.TagClassName
{
border-color: #5CA140;
}
</style>