Shades of Apple #5AAD4E
Tints of Apple #5AAD4E
RGB
CMYK
RGB Variations
Color information
#5AAD4E (or 0x5AAD4E) is known color: Apple. HEX triplet: 5A, AD and 4E. RGB value is (90,173,78). Sum of RGB (Red+Green+Blue) = 90+173+78=341 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.39% from 341); Green value is 173 (67.97% from 255 or 50.73% from 341); Blue value is 78 (30.86% from 255 or 22.87% from 341); Max value from RGB is 173 - color contains mainly: green. Hex color #5AAD4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAD4E is #A552B1. Grayscale: #898989. Windows color (decimal): -10834610 or 5156186. OLE color: 5156186.
HSL color Cylindrical-coordinate representation of color #5AAD4E: hue angle of 112.42º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5AAD4E is Cyan = 0.48, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 90 | 173 | 78 | - |
| CMYK | 0.48 | 0 | 0.55 | 0.32 |
| HSL | 112.42º | 0.38% | 0.49% | - |
| HSV(B) | 112.42º | 0.55% | 0.68% | - |
| XYZ | 20.54 | 32.61 | 12.42 | - |
| YUV | 137.35 | 94.5 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 173 | 78 | 0.48 | 0 | 0.55 | 0.32 | 112.42 | 0.38 | 0.49 |
| Hex | 5A | AD | 4E | 30 | 0 | 37 | 20 | 70 | 26 | 31 |
| Octal | 132 | 255 | 116 | 60 | 0 | 67 | 40 | 160 | 46 | 61 |
| Binary | 1011010 | 10101101 | 1001110 | 110000 | 0 | 110111 | 100000 | 1110000 | 100110 | 110001 |
Color Harmonies of #5AAD4E
Complementary color
Monochromatic Colors of #5AAD4E
Black with #5AAD4E
Text Example
Text Example
White with #5AAD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAD4E; }
p { color: rgb(90,173,78); }
H1.HeaderClassName
{
color: #5AAD4E;
}
.AnyTagClassName
{
color: #5AAD4E;
}
</style>
background-color css
<style>
a { background-color: #5AAD4E; }
a { background-color: rgb(90,173,78); }
div.DivClassName
{
background-color: #5AAD4E;
}
.BgClassName
{
background-color: #5AAD4E;
}
</style>
border-color css
<style>
span { border-color: #5AAD4E; }
span { border-color: rgb(90,173,78); }
td.TdClassName
{
border-color: #5AAD4E;
}
.TagClassName
{
border-color: #5AAD4E;
}
</style>