Shades of Apple #5CAC3A
Tints of Apple #5CAC3A
RGB
CMYK
RGB Variations
Color information
#5CAC3A (or 0x5CAC3A) is known color: Apple. HEX triplet: 5C, AC and 3A. RGB value is (92,172,58). Sum of RGB (Red+Green+Blue) = 92+172+58=322 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.57% from 322); Green value is 172 (67.58% from 255 or 53.42% from 322); Blue value is 58 (23.05% from 255 or 18.01% from 322); Max value from RGB is 172 - color contains mainly: green. Hex color #5CAC3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CAC3A is #A353C5. Grayscale: #878787. Windows color (decimal): -10703814 or 3845212. OLE color: 3845212.
HSL color Cylindrical-coordinate representation of color #5CAC3A: hue angle of 102.11º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5CAC3A is Cyan = 0.47, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 172 | 58 | - |
| CMYK | 0.47 | 0 | 0.66 | 0.33 |
| HSL | 102.11º | 0.5% | 0.45% | - |
| HSV(B) | 102.11º | 0.66% | 0.67% | - |
| XYZ | 19.93 | 32.09 | 9.15 | - |
| YUV | 135.08 | 84.5 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 172 | 58 | 0.47 | 0 | 0.66 | 0.33 | 102.11 | 0.5 | 0.45 |
| Hex | 5C | AC | 3A | 2F | 0 | 42 | 21 | 66 | 32 | 2D |
| Octal | 134 | 254 | 72 | 57 | 0 | 102 | 41 | 146 | 62 | 55 |
| Binary | 1011100 | 10101100 | 111010 | 101111 | 0 | 1000010 | 100001 | 1100110 | 110010 | 101101 |
Color Harmonies of #5CAC3A
Complementary color
Monochromatic Colors of #5CAC3A
Black with #5CAC3A
Text Example
Text Example
White with #5CAC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAC3A; }
p { color: rgb(92,172,58); }
H1.HeaderClassName
{
color: #5CAC3A;
}
.AnyTagClassName
{
color: #5CAC3A;
}
</style>
background-color css
<style>
a { background-color: #5CAC3A; }
a { background-color: rgb(92,172,58); }
div.DivClassName
{
background-color: #5CAC3A;
}
.BgClassName
{
background-color: #5CAC3A;
}
</style>
border-color css
<style>
span { border-color: #5CAC3A; }
span { border-color: rgb(92,172,58); }
td.TdClassName
{
border-color: #5CAC3A;
}
.TagClassName
{
border-color: #5CAC3A;
}
</style>