Shades of Apple #5AAF3B
Tints of Apple #5AAF3B
RGB
CMYK
RGB Variations
Color information
#5AAF3B (or 0x5AAF3B) is known color: Apple. HEX triplet: 5A, AF and 3B. RGB value is (90,175,59). Sum of RGB (Red+Green+Blue) = 90+175+59=324 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.78% from 324); Green value is 175 (68.75% from 255 or 54.01% from 324); Blue value is 59 (23.44% from 255 or 18.21% from 324); Max value from RGB is 175 - color contains mainly: green. Hex color #5AAF3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAF3B is #A550C4. Grayscale: #888888. Windows color (decimal): -10834117 or 3911514. OLE color: 3911514.
HSL color Cylindrical-coordinate representation of color #5AAF3B: hue angle of 103.97º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5AAF3B is Cyan = 0.49, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 175 | 59 | - |
| CMYK | 0.49 | 0 | 0.66 | 0.31 |
| HSL | 103.97º | 0.5% | 0.46% | - |
| HSV(B) | 103.97º | 0.66% | 0.69% | - |
| XYZ | 20.34 | 33.15 | 9.46 | - |
| YUV | 136.36 | 84.34 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 175 | 59 | 0.49 | 0 | 0.66 | 0.31 | 103.97 | 0.5 | 0.46 |
| Hex | 5A | AF | 3B | 31 | 0 | 42 | 1F | 68 | 32 | 2E |
| Octal | 132 | 257 | 73 | 61 | 0 | 102 | 37 | 150 | 62 | 56 |
| Binary | 1011010 | 10101111 | 111011 | 110001 | 0 | 1000010 | 11111 | 1101000 | 110010 | 101110 |
Color Harmonies of #5AAF3B
Complementary color
Monochromatic Colors of #5AAF3B
Black with #5AAF3B
Text Example
Text Example
White with #5AAF3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAF3B; }
p { color: rgb(90,175,59); }
H1.HeaderClassName
{
color: #5AAF3B;
}
.AnyTagClassName
{
color: #5AAF3B;
}
</style>
background-color css
<style>
a { background-color: #5AAF3B; }
a { background-color: rgb(90,175,59); }
div.DivClassName
{
background-color: #5AAF3B;
}
.BgClassName
{
background-color: #5AAF3B;
}
</style>
border-color css
<style>
span { border-color: #5AAF3B; }
span { border-color: rgb(90,175,59); }
td.TdClassName
{
border-color: #5AAF3B;
}
.TagClassName
{
border-color: #5AAF3B;
}
</style>