Shades of Apple #5AAF4F
Tints of Apple #5AAF4F
RGB
CMYK
RGB Variations
Color information
#5AAF4F (or 0x5AAF4F) is known color: Apple. HEX triplet: 5A, AF and 4F. RGB value is (90,175,79). Sum of RGB (Red+Green+Blue) = 90+175+79=344 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.16% from 344); Green value is 175 (68.75% from 255 or 50.87% from 344); Blue value is 79 (31.25% from 255 or 22.97% from 344); Max value from RGB is 175 - color contains mainly: green. Hex color #5AAF4F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAF4F is #A550B0. Grayscale: #8A8A8A. Windows color (decimal): -10834097 or 5222234. OLE color: 5222234.
HSL color Cylindrical-coordinate representation of color #5AAF4F: hue angle of 113.12º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5AAF4F is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 175 | 79 | - |
| CMYK | 0.49 | 0 | 0.55 | 0.31 |
| HSL | 113.13º | 0.38% | 0.5% | - |
| HSV(B) | 113.13º | 0.55% | 0.69% | - |
| XYZ | 20.96 | 33.4 | 12.74 | - |
| YUV | 138.64 | 94.34 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 175 | 79 | 0.49 | 0 | 0.55 | 0.31 | 113.13 | 0.38 | 0.5 |
| Hex | 5A | AF | 4F | 31 | 0 | 37 | 1F | 71 | 26 | 32 |
| Octal | 132 | 257 | 117 | 61 | 0 | 67 | 37 | 161 | 46 | 62 |
| Binary | 1011010 | 10101111 | 1001111 | 110001 | 0 | 110111 | 11111 | 1110001 | 100110 | 110010 |
Color Harmonies of #5AAF4F
Complementary color
Monochromatic Colors of #5AAF4F
Black with #5AAF4F
Text Example
Text Example
White with #5AAF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAF4F; }
p { color: rgb(90,175,79); }
H1.HeaderClassName
{
color: #5AAF4F;
}
.AnyTagClassName
{
color: #5AAF4F;
}
</style>
background-color css
<style>
a { background-color: #5AAF4F; }
a { background-color: rgb(90,175,79); }
div.DivClassName
{
background-color: #5AAF4F;
}
.BgClassName
{
background-color: #5AAF4F;
}
</style>
border-color css
<style>
span { border-color: #5AAF4F; }
span { border-color: rgb(90,175,79); }
td.TdClassName
{
border-color: #5AAF4F;
}
.TagClassName
{
border-color: #5AAF4F;
}
</style>