Shades of Apple #5CA03C
Tints of Apple #5CA03C
RGB
CMYK
RGB Variations
Color information
#5CA03C (or 0x5CA03C) is known color: Apple. HEX triplet: 5C, A0 and 3C. RGB value is (92,160,60). Sum of RGB (Red+Green+Blue) = 92+160+60=312 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.49% from 312); Green value is 160 (62.89% from 255 or 51.28% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 160 - color contains mainly: green. Hex color #5CA03C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CA03C is #A35FC3. Grayscale: #808080. Windows color (decimal): -10706884 or 3973212. OLE color: 3973212.
HSL color Cylindrical-coordinate representation of color #5CA03C: hue angle of 100.8º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CA03C is Cyan = 0.43, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 92 | 160 | 60 | - |
| CMYK | 0.43 | 0 | 0.62 | 0.37 |
| HSL | 100.8º | 0.45% | 0.43% | - |
| HSV(B) | 100.8º | 0.63% | 0.63% | - |
| XYZ | 17.8 | 27.74 | 8.69 | - |
| YUV | 128.27 | 89.47 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 160 | 60 | 0.43 | 0 | 0.62 | 0.37 | 100.8 | 0.45 | 0.43 |
| Hex | 5C | A0 | 3C | 2B | 0 | 3E | 25 | 65 | 2D | 2B |
| Octal | 134 | 240 | 74 | 53 | 0 | 76 | 45 | 145 | 55 | 53 |
| Binary | 1011100 | 10100000 | 111100 | 101011 | 0 | 111110 | 100101 | 1100101 | 101101 | 101011 |
Color Harmonies of #5CA03C
Complementary color
Monochromatic Colors of #5CA03C
Black with #5CA03C
Text Example
Text Example
White with #5CA03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA03C; }
p { color: rgb(92,160,60); }
H1.HeaderClassName
{
color: #5CA03C;
}
.AnyTagClassName
{
color: #5CA03C;
}
</style>
background-color css
<style>
a { background-color: #5CA03C; }
a { background-color: rgb(92,160,60); }
div.DivClassName
{
background-color: #5CA03C;
}
.BgClassName
{
background-color: #5CA03C;
}
</style>
border-color css
<style>
span { border-color: #5CA03C; }
span { border-color: rgb(92,160,60); }
td.TdClassName
{
border-color: #5CA03C;
}
.TagClassName
{
border-color: #5CA03C;
}
</style>