Shades of Apple #5AAF47
Tints of Apple #5AAF47
RGB
CMYK
RGB Variations
Color information
#5AAF47 (or 0x5AAF47) is known color: Apple. HEX triplet: 5A, AF and 47. RGB value is (90,175,71). Sum of RGB (Red+Green+Blue) = 90+175+71=336 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.79% from 336); Green value is 175 (68.75% from 255 or 52.08% from 336); Blue value is 71 (28.12% from 255 or 21.13% from 336); Max value from RGB is 175 - color contains mainly: green. Hex color #5AAF47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAF47 is #A550B8. Grayscale: #8A8A8A. Windows color (decimal): -10834105 or 4697946. OLE color: 4697946.
HSL color Cylindrical-coordinate representation of color #5AAF47: hue angle of 109.04º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5AAF47 is Cyan = 0.49, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 175 | 71 | - |
| CMYK | 0.49 | 0 | 0.59 | 0.31 |
| HSL | 109.04º | 0.42% | 0.48% | - |
| HSV(B) | 109.04º | 0.59% | 0.69% | - |
| XYZ | 20.68 | 33.29 | 11.3 | - |
| YUV | 137.73 | 90.34 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 175 | 71 | 0.49 | 0 | 0.59 | 0.31 | 109.04 | 0.42 | 0.48 |
| Hex | 5A | AF | 47 | 31 | 0 | 3B | 1F | 6D | 2A | 30 |
| Octal | 132 | 257 | 107 | 61 | 0 | 73 | 37 | 155 | 52 | 60 |
| Binary | 1011010 | 10101111 | 1000111 | 110001 | 0 | 111011 | 11111 | 1101101 | 101010 | 110000 |
Color Harmonies of #5AAF47
Complementary color
Monochromatic Colors of #5AAF47
Black with #5AAF47
Text Example
Text Example
White with #5AAF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAF47; }
p { color: rgb(90,175,71); }
H1.HeaderClassName
{
color: #5AAF47;
}
.AnyTagClassName
{
color: #5AAF47;
}
</style>
background-color css
<style>
a { background-color: #5AAF47; }
a { background-color: rgb(90,175,71); }
div.DivClassName
{
background-color: #5AAF47;
}
.BgClassName
{
background-color: #5AAF47;
}
</style>
border-color css
<style>
span { border-color: #5AAF47; }
span { border-color: rgb(90,175,71); }
td.TdClassName
{
border-color: #5AAF47;
}
.TagClassName
{
border-color: #5AAF47;
}
</style>