Shades of Apple #5AA74F
Tints of Apple #5AA74F
RGB
CMYK
RGB Variations
Color information
#5AA74F (or 0x5AA74F) is known color: Apple. HEX triplet: 5A, A7 and 4F. RGB value is (90,167,79). Sum of RGB (Red+Green+Blue) = 90+167+79=336 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.79% from 336); Green value is 167 (65.62% from 255 or 49.70% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 167 - color contains mainly: green. Hex color #5AA74F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA74F is #A558B0. Grayscale: #868686. Windows color (decimal): -10836145 or 5220186. OLE color: 5220186.
HSL color Cylindrical-coordinate representation of color #5AA74F: hue angle of 112.5º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5AA74F is Cyan = 0.46, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 90 | 167 | 79 | - |
| CMYK | 0.46 | 0 | 0.53 | 0.35 |
| HSL | 112.5º | 0.36% | 0.48% | - |
| HSV(B) | 112.5º | 0.53% | 0.65% | - |
| XYZ | 19.45 | 30.38 | 12.24 | - |
| YUV | 133.95 | 96.99 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 167 | 79 | 0.46 | 0 | 0.53 | 0.35 | 112.5 | 0.36 | 0.48 |
| Hex | 5A | A7 | 4F | 2E | 0 | 35 | 23 | 70 | 24 | 30 |
| Octal | 132 | 247 | 117 | 56 | 0 | 65 | 43 | 160 | 44 | 60 |
| Binary | 1011010 | 10100111 | 1001111 | 101110 | 0 | 110101 | 100011 | 1110000 | 100100 | 110000 |
Color Harmonies of #5AA74F
Complementary color
Monochromatic Colors of #5AA74F
Black with #5AA74F
Text Example
Text Example
White with #5AA74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA74F; }
p { color: rgb(90,167,79); }
H1.HeaderClassName
{
color: #5AA74F;
}
.AnyTagClassName
{
color: #5AA74F;
}
</style>
background-color css
<style>
a { background-color: #5AA74F; }
a { background-color: rgb(90,167,79); }
div.DivClassName
{
background-color: #5AA74F;
}
.BgClassName
{
background-color: #5AA74F;
}
</style>
border-color css
<style>
span { border-color: #5AA74F; }
span { border-color: rgb(90,167,79); }
td.TdClassName
{
border-color: #5AA74F;
}
.TagClassName
{
border-color: #5AA74F;
}
</style>