Shades of Apple #5AAA44
Tints of Apple #5AAA44
RGB
CMYK
RGB Variations
Color information
#5AAA44 (or 0x5AAA44) is known color: Apple. HEX triplet: 5A, AA and 44. RGB value is (90,170,68). Sum of RGB (Red+Green+Blue) = 90+170+68=328 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.44% from 328); Green value is 170 (66.80% from 255 or 51.83% from 328); Blue value is 68 (26.95% from 255 or 20.73% from 328); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAA44 is #A555BB. Grayscale: #868686. Windows color (decimal): -10835388 or 4500058. OLE color: 4500058.
HSL color Cylindrical-coordinate representation of color #5AAA44: hue angle of 107.06º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5AAA44 is Cyan = 0.47, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 170 | 68 | - |
| CMYK | 0.47 | 0 | 0.6 | 0.33 |
| HSL | 107.06º | 0.43% | 0.47% | - |
| HSV(B) | 107.06º | 0.6% | 0.67% | - |
| XYZ | 19.63 | 31.34 | 10.48 | - |
| YUV | 134.45 | 90.5 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 170 | 68 | 0.47 | 0 | 0.6 | 0.33 | 107.06 | 0.43 | 0.47 |
| Hex | 5A | AA | 44 | 2F | 0 | 3C | 21 | 6B | 2B | 2F |
| Octal | 132 | 252 | 104 | 57 | 0 | 74 | 41 | 153 | 53 | 57 |
| Binary | 1011010 | 10101010 | 1000100 | 101111 | 0 | 111100 | 100001 | 1101011 | 101011 | 101111 |
Color Harmonies of #5AAA44
Complementary color
Monochromatic Colors of #5AAA44
Black with #5AAA44
Text Example
Text Example
White with #5AAA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAA44; }
p { color: rgb(90,170,68); }
H1.HeaderClassName
{
color: #5AAA44;
}
.AnyTagClassName
{
color: #5AAA44;
}
</style>
background-color css
<style>
a { background-color: #5AAA44; }
a { background-color: rgb(90,170,68); }
div.DivClassName
{
background-color: #5AAA44;
}
.BgClassName
{
background-color: #5AAA44;
}
</style>
border-color css
<style>
span { border-color: #5AAA44; }
span { border-color: rgb(90,170,68); }
td.TdClassName
{
border-color: #5AAA44;
}
.TagClassName
{
border-color: #5AAA44;
}
</style>