Shades of Apple #5AAE3E
Tints of Apple #5AAE3E
RGB
CMYK
RGB Variations
Color information
#5AAE3E (or 0x5AAE3E) is known color: Apple. HEX triplet: 5A, AE and 3E. RGB value is (90,174,62). Sum of RGB (Red+Green+Blue) = 90+174+62=326 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.61% from 326); Green value is 174 (68.36% from 255 or 53.37% from 326); Blue value is 62 (24.61% from 255 or 19.02% from 326); Max value from RGB is 174 - color contains mainly: green. Hex color #5AAE3E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAE3E is #A551C1. Grayscale: #888888. Windows color (decimal): -10834370 or 4107866. OLE color: 4107866.
HSL color Cylindrical-coordinate representation of color #5AAE3E: hue angle of 105º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AAE3E is Cyan = 0.48, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 90 | 174 | 62 | - |
| CMYK | 0.48 | 0 | 0.64 | 0.32 |
| HSL | 105º | 0.47% | 0.46% | - |
| HSV(B) | 105º | 0.64% | 0.68% | - |
| XYZ | 20.22 | 32.79 | 9.82 | - |
| YUV | 136.12 | 86.17 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 174 | 62 | 0.48 | 0 | 0.64 | 0.32 | 105 | 0.47 | 0.46 |
| Hex | 5A | AE | 3E | 30 | 0 | 40 | 20 | 69 | 2F | 2E |
| Octal | 132 | 256 | 76 | 60 | 0 | 100 | 40 | 151 | 57 | 56 |
| Binary | 1011010 | 10101110 | 111110 | 110000 | 0 | 1000000 | 100000 | 1101001 | 101111 | 101110 |
Color Harmonies of #5AAE3E
Complementary color
Monochromatic Colors of #5AAE3E
Black with #5AAE3E
Text Example
Text Example
White with #5AAE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAE3E; }
p { color: rgb(90,174,62); }
H1.HeaderClassName
{
color: #5AAE3E;
}
.AnyTagClassName
{
color: #5AAE3E;
}
</style>
background-color css
<style>
a { background-color: #5AAE3E; }
a { background-color: rgb(90,174,62); }
div.DivClassName
{
background-color: #5AAE3E;
}
.BgClassName
{
background-color: #5AAE3E;
}
</style>
border-color css
<style>
span { border-color: #5AAE3E; }
span { border-color: rgb(90,174,62); }
td.TdClassName
{
border-color: #5AAE3E;
}
.TagClassName
{
border-color: #5AAE3E;
}
</style>