Shades of Apple #5AAF32
Tints of Apple #5AAF32
RGB
CMYK
RGB Variations
Color information
#5AAF32 (or 0x5AAF32) is known color: Apple. HEX triplet: 5A, AF and 32. RGB value is (90,175,50). Sum of RGB (Red+Green+Blue) = 90+175+50=315 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.57% from 315); Green value is 175 (68.75% from 255 or 55.56% from 315); Blue value is 50 (19.92% from 255 or 15.87% from 315); Max value from RGB is 175 - color contains mainly: green. Hex color #5AAF32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAF32 is #A550CD. Grayscale: #878787. Windows color (decimal): -10834126 or 3321690. OLE color: 3321690.
HSL color Cylindrical-coordinate representation of color #5AAF32: hue angle of 100.8º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5AAF32 is Cyan = 0.49, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 175 | 50 | - |
| CMYK | 0.49 | 0 | 0.71 | 0.31 |
| HSL | 100.8º | 0.56% | 0.44% | - |
| HSV(B) | 100.8º | 0.71% | 0.69% | - |
| XYZ | 20.12 | 33.06 | 8.34 | - |
| YUV | 135.34 | 79.84 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 175 | 50 | 0.49 | 0 | 0.71 | 0.31 | 100.8 | 0.56 | 0.44 |
| Hex | 5A | AF | 32 | 31 | 0 | 47 | 1F | 65 | 38 | 2C |
| Octal | 132 | 257 | 62 | 61 | 0 | 107 | 37 | 145 | 70 | 54 |
| Binary | 1011010 | 10101111 | 110010 | 110001 | 0 | 1000111 | 11111 | 1100101 | 111000 | 101100 |
Color Harmonies of #5AAF32
Complementary color
Monochromatic Colors of #5AAF32
Black with #5AAF32
Text Example
Text Example
White with #5AAF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAF32; }
p { color: rgb(90,175,50); }
H1.HeaderClassName
{
color: #5AAF32;
}
.AnyTagClassName
{
color: #5AAF32;
}
</style>
background-color css
<style>
a { background-color: #5AAF32; }
a { background-color: rgb(90,175,50); }
div.DivClassName
{
background-color: #5AAF32;
}
.BgClassName
{
background-color: #5AAF32;
}
</style>
border-color css
<style>
span { border-color: #5AAF32; }
span { border-color: rgb(90,175,50); }
td.TdClassName
{
border-color: #5AAF32;
}
.TagClassName
{
border-color: #5AAF32;
}
</style>