Shades of Apple #5AAF50
Tints of Apple #5AAF50
RGB
CMYK
RGB Variations
Color information
#5AAF50 (or 0x5AAF50) is known color: Apple. HEX triplet: 5A, AF and 50. RGB value is (90,175,80). Sum of RGB (Red+Green+Blue) = 90+175+80=345 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.09% from 345); Green value is 175 (68.75% from 255 or 50.72% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 175 - color contains mainly: green. Hex color #5AAF50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAF50 is #A550AF. Grayscale: #8B8B8B. Windows color (decimal): -10834096 or 5287770. OLE color: 5287770.
HSL color Cylindrical-coordinate representation of color #5AAF50: hue angle of 113.68º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5AAF50 is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 175 | 80 | - |
| CMYK | 0.49 | 0 | 0.54 | 0.31 |
| HSL | 113.68º | 0.37% | 0.5% | - |
| HSV(B) | 113.68º | 0.54% | 0.69% | - |
| XYZ | 20.99 | 33.41 | 12.93 | - |
| YUV | 138.76 | 94.84 | 93.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 175 | 80 | 0.49 | 0 | 0.54 | 0.31 | 113.68 | 0.37 | 0.5 |
| Hex | 5A | AF | 50 | 31 | 0 | 36 | 1F | 72 | 25 | 32 |
| Octal | 132 | 257 | 120 | 61 | 0 | 66 | 37 | 162 | 45 | 62 |
| Binary | 1011010 | 10101111 | 1010000 | 110001 | 0 | 110110 | 11111 | 1110010 | 100101 | 110010 |
Color Harmonies of #5AAF50
Complementary color
Monochromatic Colors of #5AAF50
Black with #5AAF50
Text Example
Text Example
White with #5AAF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAF50; }
p { color: rgb(90,175,80); }
H1.HeaderClassName
{
color: #5AAF50;
}
.AnyTagClassName
{
color: #5AAF50;
}
</style>
background-color css
<style>
a { background-color: #5AAF50; }
a { background-color: rgb(90,175,80); }
div.DivClassName
{
background-color: #5AAF50;
}
.BgClassName
{
background-color: #5AAF50;
}
</style>
border-color css
<style>
span { border-color: #5AAF50; }
span { border-color: rgb(90,175,80); }
td.TdClassName
{
border-color: #5AAF50;
}
.TagClassName
{
border-color: #5AAF50;
}
</style>