Shades of Apple #5AAF45
Tints of Apple #5AAF45
RGB
CMYK
RGB Variations
Color information
#5AAF45 (or 0x5AAF45) is known color: Apple. HEX triplet: 5A, AF and 45. RGB value is (90,175,69). Sum of RGB (Red+Green+Blue) = 90+175+69=334 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.95% from 334); Green value is 175 (68.75% from 255 or 52.40% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 175 - color contains mainly: green. Hex color #5AAF45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAF45 is #A550BA. Grayscale: #898989. Windows color (decimal): -10834107 or 4566874. OLE color: 4566874.
HSL color Cylindrical-coordinate representation of color #5AAF45: hue angle of 108.11º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AAF45 is Cyan = 0.49, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 175 | 69 | - |
| CMYK | 0.49 | 0 | 0.61 | 0.31 |
| HSL | 108.11º | 0.43% | 0.48% | - |
| HSV(B) | 108.11º | 0.61% | 0.69% | - |
| XYZ | 20.62 | 33.26 | 10.96 | - |
| YUV | 137.5 | 89.34 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 175 | 69 | 0.49 | 0 | 0.61 | 0.31 | 108.11 | 0.43 | 0.48 |
| Hex | 5A | AF | 45 | 31 | 0 | 3D | 1F | 6C | 2B | 30 |
| Octal | 132 | 257 | 105 | 61 | 0 | 75 | 37 | 154 | 53 | 60 |
| Binary | 1011010 | 10101111 | 1000101 | 110001 | 0 | 111101 | 11111 | 1101100 | 101011 | 110000 |
Color Harmonies of #5AAF45
Complementary color
Monochromatic Colors of #5AAF45
Black with #5AAF45
Text Example
Text Example
White with #5AAF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAF45; }
p { color: rgb(90,175,69); }
H1.HeaderClassName
{
color: #5AAF45;
}
.AnyTagClassName
{
color: #5AAF45;
}
</style>
background-color css
<style>
a { background-color: #5AAF45; }
a { background-color: rgb(90,175,69); }
div.DivClassName
{
background-color: #5AAF45;
}
.BgClassName
{
background-color: #5AAF45;
}
</style>
border-color css
<style>
span { border-color: #5AAF45; }
span { border-color: rgb(90,175,69); }
td.TdClassName
{
border-color: #5AAF45;
}
.TagClassName
{
border-color: #5AAF45;
}
</style>