Shades of Apple #5AA04B
Tints of Apple #5AA04B
RGB
CMYK
RGB Variations
Color information
#5AA04B (or 0x5AA04B) is known color: Apple. HEX triplet: 5A, A0 and 4B. RGB value is (90,160,75). Sum of RGB (Red+Green+Blue) = 90+160+75=325 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.69% from 325); Green value is 160 (62.89% from 255 or 49.23% from 325); Blue value is 75 (29.69% from 255 or 23.08% from 325); Max value from RGB is 160 - color contains mainly: green. Hex color #5AA04B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AA04B is #A55FB4. Grayscale: #818181. Windows color (decimal): -10837941 or 4956250. OLE color: 4956250.
HSL color Cylindrical-coordinate representation of color #5AA04B: hue angle of 109.41º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5AA04B is Cyan = 0.44, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 90 | 160 | 75 | - |
| CMYK | 0.44 | 0 | 0.53 | 0.37 |
| HSL | 109.41º | 0.36% | 0.46% | - |
| HSV(B) | 109.41º | 0.53% | 0.63% | - |
| XYZ | 18.06 | 27.82 | 11.08 | - |
| YUV | 129.38 | 97.31 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 160 | 75 | 0.44 | 0 | 0.53 | 0.37 | 109.41 | 0.36 | 0.46 |
| Hex | 5A | A0 | 4B | 2C | 0 | 35 | 25 | 6D | 24 | 2E |
| Octal | 132 | 240 | 113 | 54 | 0 | 65 | 45 | 155 | 44 | 56 |
| Binary | 1011010 | 10100000 | 1001011 | 101100 | 0 | 110101 | 100101 | 1101101 | 100100 | 101110 |
Color Harmonies of #5AA04B
Complementary color
Monochromatic Colors of #5AA04B
Black with #5AA04B
Text Example
Text Example
White with #5AA04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA04B; }
p { color: rgb(90,160,75); }
H1.HeaderClassName
{
color: #5AA04B;
}
.AnyTagClassName
{
color: #5AA04B;
}
</style>
background-color css
<style>
a { background-color: #5AA04B; }
a { background-color: rgb(90,160,75); }
div.DivClassName
{
background-color: #5AA04B;
}
.BgClassName
{
background-color: #5AA04B;
}
</style>
border-color css
<style>
span { border-color: #5AA04B; }
span { border-color: rgb(90,160,75); }
td.TdClassName
{
border-color: #5AA04B;
}
.TagClassName
{
border-color: #5AA04B;
}
</style>