Shades of Apple #5AA347
Tints of Apple #5AA347
RGB
CMYK
RGB Variations
Color information
#5AA347 (or 0x5AA347) is known color: Apple. HEX triplet: 5A, A3 and 47. RGB value is (90,163,71). Sum of RGB (Red+Green+Blue) = 90+163+71=324 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.78% from 324); Green value is 163 (64.06% from 255 or 50.31% from 324); Blue value is 71 (28.12% from 255 or 21.91% from 324); Max value from RGB is 163 - color contains mainly: green. Hex color #5AA347 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AA347 is #A55CB8. Grayscale: #828282. Windows color (decimal): -10837177 or 4694874. OLE color: 4694874.
HSL color Cylindrical-coordinate representation of color #5AA347: hue angle of 107.61º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5AA347 is Cyan = 0.45, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 90 | 163 | 71 | - |
| CMYK | 0.45 | 0 | 0.56 | 0.36 |
| HSL | 107.61º | 0.39% | 0.46% | - |
| HSV(B) | 107.61º | 0.56% | 0.64% | - |
| XYZ | 18.45 | 28.82 | 10.55 | - |
| YUV | 130.69 | 94.32 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 163 | 71 | 0.45 | 0 | 0.56 | 0.36 | 107.61 | 0.39 | 0.46 |
| Hex | 5A | A3 | 47 | 2D | 0 | 38 | 24 | 6C | 27 | 2E |
| Octal | 132 | 243 | 107 | 55 | 0 | 70 | 44 | 154 | 47 | 56 |
| Binary | 1011010 | 10100011 | 1000111 | 101101 | 0 | 111000 | 100100 | 1101100 | 100111 | 101110 |
Color Harmonies of #5AA347
Complementary color
Monochromatic Colors of #5AA347
Black with #5AA347
Text Example
Text Example
White with #5AA347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA347; }
p { color: rgb(90,163,71); }
H1.HeaderClassName
{
color: #5AA347;
}
.AnyTagClassName
{
color: #5AA347;
}
</style>
background-color css
<style>
a { background-color: #5AA347; }
a { background-color: rgb(90,163,71); }
div.DivClassName
{
background-color: #5AA347;
}
.BgClassName
{
background-color: #5AA347;
}
</style>
border-color css
<style>
span { border-color: #5AA347; }
span { border-color: rgb(90,163,71); }
td.TdClassName
{
border-color: #5AA347;
}
.TagClassName
{
border-color: #5AA347;
}
</style>