Shades of Apple #5AAF39
Tints of Apple #5AAF39
RGB
CMYK
RGB Variations
Color information
#5AAF39 (or 0x5AAF39) is known color: Apple. HEX triplet: 5A, AF and 39. RGB value is (90,175,57). Sum of RGB (Red+Green+Blue) = 90+175+57=322 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.95% from 322); Green value is 175 (68.75% from 255 or 54.35% from 322); Blue value is 57 (22.66% from 255 or 17.70% from 322); Max value from RGB is 175 - color contains mainly: green. Hex color #5AAF39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAF39 is #A550C6. Grayscale: #888888. Windows color (decimal): -10834119 or 3780442. OLE color: 3780442.
HSL color Cylindrical-coordinate representation of color #5AAF39: hue angle of 103.22º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5AAF39 is Cyan = 0.49, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 175 | 57 | - |
| CMYK | 0.49 | 0 | 0.67 | 0.31 |
| HSL | 103.22º | 0.51% | 0.45% | - |
| HSV(B) | 103.22º | 0.67% | 0.69% | - |
| XYZ | 20.28 | 33.13 | 9.2 | - |
| YUV | 136.13 | 83.34 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 175 | 57 | 0.49 | 0 | 0.67 | 0.31 | 103.22 | 0.51 | 0.45 |
| Hex | 5A | AF | 39 | 31 | 0 | 43 | 1F | 67 | 33 | 2D |
| Octal | 132 | 257 | 71 | 61 | 0 | 103 | 37 | 147 | 63 | 55 |
| Binary | 1011010 | 10101111 | 111001 | 110001 | 0 | 1000011 | 11111 | 1100111 | 110011 | 101101 |
Color Harmonies of #5AAF39
Complementary color
Monochromatic Colors of #5AAF39
Black with #5AAF39
Text Example
Text Example
White with #5AAF39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAF39; }
p { color: rgb(90,175,57); }
H1.HeaderClassName
{
color: #5AAF39;
}
.AnyTagClassName
{
color: #5AAF39;
}
</style>
background-color css
<style>
a { background-color: #5AAF39; }
a { background-color: rgb(90,175,57); }
div.DivClassName
{
background-color: #5AAF39;
}
.BgClassName
{
background-color: #5AAF39;
}
</style>
border-color css
<style>
span { border-color: #5AAF39; }
span { border-color: rgb(90,175,57); }
td.TdClassName
{
border-color: #5AAF39;
}
.TagClassName
{
border-color: #5AAF39;
}
</style>