Shades of Apple #5AAE3C
Tints of Apple #5AAE3C
RGB
CMYK
RGB Variations
Color information
#5AAE3C (or 0x5AAE3C) is known color: Apple. HEX triplet: 5A, AE and 3C. RGB value is (90,174,60). Sum of RGB (Red+Green+Blue) = 90+174+60=324 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.78% from 324); Green value is 174 (68.36% from 255 or 53.70% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 174 - color contains mainly: green. Hex color #5AAE3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAE3C is #A551C3. Grayscale: #888888. Windows color (decimal): -10834372 or 3976794. OLE color: 3976794.
HSL color Cylindrical-coordinate representation of color #5AAE3C: hue angle of 104.21º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5AAE3C is Cyan = 0.48, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 90 | 174 | 60 | - |
| CMYK | 0.48 | 0 | 0.66 | 0.32 |
| HSL | 104.21º | 0.49% | 0.46% | - |
| HSV(B) | 104.21º | 0.66% | 0.68% | - |
| XYZ | 20.17 | 32.77 | 9.54 | - |
| YUV | 135.89 | 85.17 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 174 | 60 | 0.48 | 0 | 0.66 | 0.32 | 104.21 | 0.49 | 0.46 |
| Hex | 5A | AE | 3C | 30 | 0 | 42 | 20 | 68 | 31 | 2E |
| Octal | 132 | 256 | 74 | 60 | 0 | 102 | 40 | 150 | 61 | 56 |
| Binary | 1011010 | 10101110 | 111100 | 110000 | 0 | 1000010 | 100000 | 1101000 | 110001 | 101110 |
Color Harmonies of #5AAE3C
Complementary color
Monochromatic Colors of #5AAE3C
Black with #5AAE3C
Text Example
Text Example
White with #5AAE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAE3C; }
p { color: rgb(90,174,60); }
H1.HeaderClassName
{
color: #5AAE3C;
}
.AnyTagClassName
{
color: #5AAE3C;
}
</style>
background-color css
<style>
a { background-color: #5AAE3C; }
a { background-color: rgb(90,174,60); }
div.DivClassName
{
background-color: #5AAE3C;
}
.BgClassName
{
background-color: #5AAE3C;
}
</style>
border-color css
<style>
span { border-color: #5AAE3C; }
span { border-color: rgb(90,174,60); }
td.TdClassName
{
border-color: #5AAE3C;
}
.TagClassName
{
border-color: #5AAE3C;
}
</style>