Shades of Apple #5AAA4D
Tints of Apple #5AAA4D
RGB
CMYK
RGB Variations
Color information
#5AAA4D (or 0x5AAA4D) is known color: Apple. HEX triplet: 5A, AA and 4D. RGB value is (90,170,77). Sum of RGB (Red+Green+Blue) = 90+170+77=337 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.71% from 337); Green value is 170 (66.80% from 255 or 50.45% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAA4D is #A555B2. Grayscale: #878787. Windows color (decimal): -10835379 or 5089882. OLE color: 5089882.
HSL color Cylindrical-coordinate representation of color #5AAA4D: hue angle of 111.61º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5AAA4D is Cyan = 0.47, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 170 | 77 | - |
| CMYK | 0.47 | 0 | 0.55 | 0.33 |
| HSL | 111.61º | 0.38% | 0.48% | - |
| HSV(B) | 111.61º | 0.55% | 0.67% | - |
| XYZ | 19.93 | 31.46 | 12.04 | - |
| YUV | 135.48 | 95 | 95.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 170 | 77 | 0.47 | 0 | 0.55 | 0.33 | 111.61 | 0.38 | 0.48 |
| Hex | 5A | AA | 4D | 2F | 0 | 37 | 21 | 70 | 26 | 30 |
| Octal | 132 | 252 | 115 | 57 | 0 | 67 | 41 | 160 | 46 | 60 |
| Binary | 1011010 | 10101010 | 1001101 | 101111 | 0 | 110111 | 100001 | 1110000 | 100110 | 110000 |
Color Harmonies of #5AAA4D
Complementary color
Monochromatic Colors of #5AAA4D
Black with #5AAA4D
Text Example
Text Example
White with #5AAA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAA4D; }
p { color: rgb(90,170,77); }
H1.HeaderClassName
{
color: #5AAA4D;
}
.AnyTagClassName
{
color: #5AAA4D;
}
</style>
background-color css
<style>
a { background-color: #5AAA4D; }
a { background-color: rgb(90,170,77); }
div.DivClassName
{
background-color: #5AAA4D;
}
.BgClassName
{
background-color: #5AAA4D;
}
</style>
border-color css
<style>
span { border-color: #5AAA4D; }
span { border-color: rgb(90,170,77); }
td.TdClassName
{
border-color: #5AAA4D;
}
.TagClassName
{
border-color: #5AAA4D;
}
</style>