Shades of Apple #56AE3C
Tints of Apple #56AE3C
RGB
CMYK
RGB Variations
Color information
#56AE3C (or 0x56AE3C) is known color: Apple. HEX triplet: 56, AE and 3C. RGB value is (86,174,60). Sum of RGB (Red+Green+Blue) = 86+174+60=320 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.88% from 320); Green value is 174 (68.36% from 255 or 54.38% from 320); Blue value is 60 (23.83% from 255 or 18.75% from 320); Max value from RGB is 174 - color contains mainly: green. Hex color #56AE3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56AE3C is #A951C3. Grayscale: #878787. Windows color (decimal): -11096516 or 3976790. OLE color: 3976790.
HSL color Cylindrical-coordinate representation of color #56AE3C: hue angle of 106.32º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56AE3C is Cyan = 0.51, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 86 | 174 | 60 | - |
| CMYK | 0.51 | 0 | 0.66 | 0.32 |
| HSL | 106.32º | 0.49% | 0.46% | - |
| HSV(B) | 106.32º | 0.66% | 0.68% | - |
| XYZ | 19.79 | 32.58 | 9.52 | - |
| YUV | 134.69 | 85.85 | 93.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 174 | 60 | 0.51 | 0 | 0.66 | 0.32 | 106.32 | 0.49 | 0.46 |
| Hex | 56 | AE | 3C | 33 | 0 | 42 | 20 | 6A | 31 | 2E |
| Octal | 126 | 256 | 74 | 63 | 0 | 102 | 40 | 152 | 61 | 56 |
| Binary | 1010110 | 10101110 | 111100 | 110011 | 0 | 1000010 | 100000 | 1101010 | 110001 | 101110 |
Color Harmonies of #56AE3C
Complementary color
Monochromatic Colors of #56AE3C
Black with #56AE3C
Text Example
Text Example
White with #56AE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56AE3C; }
p { color: rgb(86,174,60); }
H1.HeaderClassName
{
color: #56AE3C;
}
.AnyTagClassName
{
color: #56AE3C;
}
</style>
background-color css
<style>
a { background-color: #56AE3C; }
a { background-color: rgb(86,174,60); }
div.DivClassName
{
background-color: #56AE3C;
}
.BgClassName
{
background-color: #56AE3C;
}
</style>
border-color css
<style>
span { border-color: #56AE3C; }
span { border-color: rgb(86,174,60); }
td.TdClassName
{
border-color: #56AE3C;
}
.TagClassName
{
border-color: #56AE3C;
}
</style>