Shades of Apple #5AAF31
Tints of Apple #5AAF31
RGB
CMYK
RGB Variations
Color information
#5AAF31 (or 0x5AAF31) is known color: Apple. HEX triplet: 5A, AF and 31. RGB value is (90,175,49). Sum of RGB (Red+Green+Blue) = 90+175+49=314 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.66% from 314); Green value is 175 (68.75% from 255 or 55.73% from 314); Blue value is 49 (19.53% from 255 or 15.61% from 314); Max value from RGB is 175 - color contains mainly: green. Hex color #5AAF31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAF31 is #A550CE. Grayscale: #878787. Windows color (decimal): -10834127 or 3256154. OLE color: 3256154.
HSL color Cylindrical-coordinate representation of color #5AAF31: hue angle of 100.48º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5AAF31 is Cyan = 0.49, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 175 | 49 | - |
| CMYK | 0.49 | 0 | 0.72 | 0.31 |
| HSL | 100.48º | 0.56% | 0.44% | - |
| HSV(B) | 100.48º | 0.72% | 0.69% | - |
| XYZ | 20.1 | 33.06 | 8.23 | - |
| YUV | 135.22 | 79.34 | 95.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 175 | 49 | 0.49 | 0 | 0.72 | 0.31 | 100.48 | 0.56 | 0.44 |
| Hex | 5A | AF | 31 | 31 | 0 | 48 | 1F | 64 | 38 | 2C |
| Octal | 132 | 257 | 61 | 61 | 0 | 110 | 37 | 144 | 70 | 54 |
| Binary | 1011010 | 10101111 | 110001 | 110001 | 0 | 1001000 | 11111 | 1100100 | 111000 | 101100 |
Color Harmonies of #5AAF31
Complementary color
Monochromatic Colors of #5AAF31
Black with #5AAF31
Text Example
Text Example
White with #5AAF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAF31; }
p { color: rgb(90,175,49); }
H1.HeaderClassName
{
color: #5AAF31;
}
.AnyTagClassName
{
color: #5AAF31;
}
</style>
background-color css
<style>
a { background-color: #5AAF31; }
a { background-color: rgb(90,175,49); }
div.DivClassName
{
background-color: #5AAF31;
}
.BgClassName
{
background-color: #5AAF31;
}
</style>
border-color css
<style>
span { border-color: #5AAF31; }
span { border-color: rgb(90,175,49); }
td.TdClassName
{
border-color: #5AAF31;
}
.TagClassName
{
border-color: #5AAF31;
}
</style>