Shades of Apple #5AAF48
Tints of Apple #5AAF48
RGB
CMYK
RGB Variations
Color information
#5AAF48 (or 0x5AAF48) is known color: Apple. HEX triplet: 5A, AF and 48. RGB value is (90,175,72). Sum of RGB (Red+Green+Blue) = 90+175+72=337 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.71% from 337); Green value is 175 (68.75% from 255 or 51.93% from 337); Blue value is 72 (28.52% from 255 or 21.36% from 337); Max value from RGB is 175 - color contains mainly: green. Hex color #5AAF48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAF48 is #A550B7. Grayscale: #8A8A8A. Windows color (decimal): -10834104 or 4763482. OLE color: 4763482.
HSL color Cylindrical-coordinate representation of color #5AAF48: hue angle of 109.51º 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 #5AAF48 is Cyan = 0.49, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 175 | 72 | - |
| CMYK | 0.49 | 0 | 0.59 | 0.31 |
| HSL | 109.51º | 0.42% | 0.48% | - |
| HSV(B) | 109.51º | 0.59% | 0.69% | - |
| XYZ | 20.72 | 33.3 | 11.47 | - |
| YUV | 137.84 | 90.84 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 175 | 72 | 0.49 | 0 | 0.59 | 0.31 | 109.51 | 0.42 | 0.48 |
| Hex | 5A | AF | 48 | 31 | 0 | 3B | 1F | 6E | 2A | 30 |
| Octal | 132 | 257 | 110 | 61 | 0 | 73 | 37 | 156 | 52 | 60 |
| Binary | 1011010 | 10101111 | 1001000 | 110001 | 0 | 111011 | 11111 | 1101110 | 101010 | 110000 |
Color Harmonies of #5AAF48
Complementary color
Monochromatic Colors of #5AAF48
Black with #5AAF48
Text Example
Text Example
White with #5AAF48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAF48; }
p { color: rgb(90,175,72); }
H1.HeaderClassName
{
color: #5AAF48;
}
.AnyTagClassName
{
color: #5AAF48;
}
</style>
background-color css
<style>
a { background-color: #5AAF48; }
a { background-color: rgb(90,175,72); }
div.DivClassName
{
background-color: #5AAF48;
}
.BgClassName
{
background-color: #5AAF48;
}
</style>
border-color css
<style>
span { border-color: #5AAF48; }
span { border-color: rgb(90,175,72); }
td.TdClassName
{
border-color: #5AAF48;
}
.TagClassName
{
border-color: #5AAF48;
}
</style>