Shades of Apple #5AAC4A
Tints of Apple #5AAC4A
RGB
CMYK
RGB Variations
Color information
#5AAC4A (or 0x5AAC4A) is known color: Apple. HEX triplet: 5A, AC and 4A. RGB value is (90,172,74). Sum of RGB (Red+Green+Blue) = 90+172+74=336 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.79% from 336); Green value is 172 (67.58% from 255 or 51.19% from 336); Blue value is 74 (29.30% from 255 or 22.02% from 336); Max value from RGB is 172 - color contains mainly: green. Hex color #5AAC4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAC4A is #A553B5. Grayscale: #888888. Windows color (decimal): -10834870 or 4893786. OLE color: 4893786.
HSL color Cylindrical-coordinate representation of color #5AAC4A: hue angle of 110.2º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5AAC4A is Cyan = 0.48, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 172 | 74 | - |
| CMYK | 0.48 | 0 | 0.57 | 0.33 |
| HSL | 110.2º | 0.4% | 0.48% | - |
| HSV(B) | 110.2º | 0.57% | 0.67% | - |
| XYZ | 20.21 | 32.17 | 11.62 | - |
| YUV | 136.31 | 92.83 | 94.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 172 | 74 | 0.48 | 0 | 0.57 | 0.33 | 110.2 | 0.4 | 0.48 |
| Hex | 5A | AC | 4A | 30 | 0 | 39 | 21 | 6E | 28 | 30 |
| Octal | 132 | 254 | 112 | 60 | 0 | 71 | 41 | 156 | 50 | 60 |
| Binary | 1011010 | 10101100 | 1001010 | 110000 | 0 | 111001 | 100001 | 1101110 | 101000 | 110000 |
Color Harmonies of #5AAC4A
Complementary color
Monochromatic Colors of #5AAC4A
Black with #5AAC4A
Text Example
Text Example
White with #5AAC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAC4A; }
p { color: rgb(90,172,74); }
H1.HeaderClassName
{
color: #5AAC4A;
}
.AnyTagClassName
{
color: #5AAC4A;
}
</style>
background-color css
<style>
a { background-color: #5AAC4A; }
a { background-color: rgb(90,172,74); }
div.DivClassName
{
background-color: #5AAC4A;
}
.BgClassName
{
background-color: #5AAC4A;
}
</style>
border-color css
<style>
span { border-color: #5AAC4A; }
span { border-color: rgb(90,172,74); }
td.TdClassName
{
border-color: #5AAC4A;
}
.TagClassName
{
border-color: #5AAC4A;
}
</style>