Shades of Apple #5CA144
Tints of Apple #5CA144
RGB
CMYK
RGB Variations
Color information
#5CA144 (or 0x5CA144) is known color: Apple. HEX triplet: 5C, A1 and 44. RGB value is (92,161,68). Sum of RGB (Red+Green+Blue) = 92+161+68=321 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.66% from 321); Green value is 161 (63.28% from 255 or 50.16% from 321); Blue value is 68 (26.95% from 255 or 21.18% from 321); Max value from RGB is 161 - color contains mainly: green. Hex color #5CA144 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CA144 is #A35EBB. Grayscale: #828282. Windows color (decimal): -10706620 or 4497756. OLE color: 4497756.
HSL color Cylindrical-coordinate representation of color #5CA144: hue angle of 104.52º 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 #5CA144 is Cyan = 0.43, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 92 | 161 | 68 | - |
| CMYK | 0.43 | 0 | 0.58 | 0.37 |
| HSL | 104.52º | 0.41% | 0.45% | - |
| HSV(B) | 104.52º | 0.58% | 0.63% | - |
| XYZ | 18.2 | 28.18 | 9.95 | - |
| YUV | 129.77 | 93.14 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 161 | 68 | 0.43 | 0 | 0.58 | 0.37 | 104.52 | 0.41 | 0.45 |
| Hex | 5C | A1 | 44 | 2B | 0 | 3A | 25 | 69 | 29 | 2D |
| Octal | 134 | 241 | 104 | 53 | 0 | 72 | 45 | 151 | 51 | 55 |
| Binary | 1011100 | 10100001 | 1000100 | 101011 | 0 | 111010 | 100101 | 1101001 | 101001 | 101101 |
Color Harmonies of #5CA144
Complementary color
Monochromatic Colors of #5CA144
Black with #5CA144
Text Example
Text Example
White with #5CA144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA144; }
p { color: rgb(92,161,68); }
H1.HeaderClassName
{
color: #5CA144;
}
.AnyTagClassName
{
color: #5CA144;
}
</style>
background-color css
<style>
a { background-color: #5CA144; }
a { background-color: rgb(92,161,68); }
div.DivClassName
{
background-color: #5CA144;
}
.BgClassName
{
background-color: #5CA144;
}
</style>
border-color css
<style>
span { border-color: #5CA144; }
span { border-color: rgb(92,161,68); }
td.TdClassName
{
border-color: #5CA144;
}
.TagClassName
{
border-color: #5CA144;
}
</style>