Shades of Apple #5CAA3E
Tints of Apple #5CAA3E
RGB
CMYK
RGB Variations
Color information
#5CAA3E (or 0x5CAA3E) is known color: Apple. HEX triplet: 5C, AA and 3E. RGB value is (92,170,62). Sum of RGB (Red+Green+Blue) = 92+170+62=324 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.40% from 324); Green value is 170 (66.80% from 255 or 52.47% from 324); Blue value is 62 (24.61% from 255 or 19.14% from 324); Max value from RGB is 170 - color contains mainly: green. Hex color #5CAA3E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CAA3E is #A355C1. Grayscale: #868686. Windows color (decimal): -10704322 or 4106844. OLE color: 4106844.
HSL color Cylindrical-coordinate representation of color #5CAA3E: hue angle of 103.33º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5CAA3E is Cyan = 0.46, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 170 | 62 | - |
| CMYK | 0.46 | 0 | 0.64 | 0.33 |
| HSL | 103.33º | 0.47% | 0.45% | - |
| HSV(B) | 103.33º | 0.64% | 0.67% | - |
| XYZ | 19.66 | 31.37 | 9.58 | - |
| YUV | 134.37 | 87.16 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 170 | 62 | 0.46 | 0 | 0.64 | 0.33 | 103.33 | 0.47 | 0.45 |
| Hex | 5C | AA | 3E | 2E | 0 | 40 | 21 | 67 | 2F | 2D |
| Octal | 134 | 252 | 76 | 56 | 0 | 100 | 41 | 147 | 57 | 55 |
| Binary | 1011100 | 10101010 | 111110 | 101110 | 0 | 1000000 | 100001 | 1100111 | 101111 | 101101 |
Color Harmonies of #5CAA3E
Complementary color
Monochromatic Colors of #5CAA3E
Black with #5CAA3E
Text Example
Text Example
White with #5CAA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAA3E; }
p { color: rgb(92,170,62); }
H1.HeaderClassName
{
color: #5CAA3E;
}
.AnyTagClassName
{
color: #5CAA3E;
}
</style>
background-color css
<style>
a { background-color: #5CAA3E; }
a { background-color: rgb(92,170,62); }
div.DivClassName
{
background-color: #5CAA3E;
}
.BgClassName
{
background-color: #5CAA3E;
}
</style>
border-color css
<style>
span { border-color: #5CAA3E; }
span { border-color: rgb(92,170,62); }
td.TdClassName
{
border-color: #5CAA3E;
}
.TagClassName
{
border-color: #5CAA3E;
}
</style>