Shades of Apple #5AAF3A
Tints of Apple #5AAF3A
RGB
CMYK
RGB Variations
Color information
#5AAF3A (or 0x5AAF3A) is known color: Apple. HEX triplet: 5A, AF and 3A. RGB value is (90,175,58). Sum of RGB (Red+Green+Blue) = 90+175+58=323 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.86% from 323); Green value is 175 (68.75% from 255 or 54.18% from 323); Blue value is 58 (23.05% from 255 or 17.96% from 323); Max value from RGB is 175 - color contains mainly: green. Hex color #5AAF3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAF3A is #A550C5. Grayscale: #888888. Windows color (decimal): -10834118 or 3845978. OLE color: 3845978.
HSL color Cylindrical-coordinate representation of color #5AAF3A: hue angle of 103.59º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5AAF3A is Cyan = 0.49, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 175 | 58 | - |
| CMYK | 0.49 | 0 | 0.67 | 0.31 |
| HSL | 103.59º | 0.5% | 0.46% | - |
| HSV(B) | 103.59º | 0.67% | 0.69% | - |
| XYZ | 20.31 | 33.14 | 9.33 | - |
| YUV | 136.25 | 83.84 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 175 | 58 | 0.49 | 0 | 0.67 | 0.31 | 103.59 | 0.5 | 0.46 |
| Hex | 5A | AF | 3A | 31 | 0 | 43 | 1F | 68 | 32 | 2E |
| Octal | 132 | 257 | 72 | 61 | 0 | 103 | 37 | 150 | 62 | 56 |
| Binary | 1011010 | 10101111 | 111010 | 110001 | 0 | 1000011 | 11111 | 1101000 | 110010 | 101110 |
Color Harmonies of #5AAF3A
Complementary color
Monochromatic Colors of #5AAF3A
Black with #5AAF3A
Text Example
Text Example
White with #5AAF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAF3A; }
p { color: rgb(90,175,58); }
H1.HeaderClassName
{
color: #5AAF3A;
}
.AnyTagClassName
{
color: #5AAF3A;
}
</style>
background-color css
<style>
a { background-color: #5AAF3A; }
a { background-color: rgb(90,175,58); }
div.DivClassName
{
background-color: #5AAF3A;
}
.BgClassName
{
background-color: #5AAF3A;
}
</style>
border-color css
<style>
span { border-color: #5AAF3A; }
span { border-color: rgb(90,175,58); }
td.TdClassName
{
border-color: #5AAF3A;
}
.TagClassName
{
border-color: #5AAF3A;
}
</style>