Shades of Apple #5AAE42
Tints of Apple #5AAE42
RGB
CMYK
RGB Variations
Color information
#5AAE42 (or 0x5AAE42) is known color: Apple. HEX triplet: 5A, AE and 42. RGB value is (90,174,66). Sum of RGB (Red+Green+Blue) = 90+174+66=330 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.27% from 330); Green value is 174 (68.36% from 255 or 52.73% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 174 - color contains mainly: green. Hex color #5AAE42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAE42 is #A551BD. Grayscale: #888888. Windows color (decimal): -10834366 or 4370010. OLE color: 4370010.
HSL color Cylindrical-coordinate representation of color #5AAE42: hue angle of 106.67º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AAE42 is Cyan = 0.48, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 90 | 174 | 66 | - |
| CMYK | 0.48 | 0 | 0.62 | 0.32 |
| HSL | 106.67º | 0.45% | 0.47% | - |
| HSV(B) | 106.67º | 0.62% | 0.68% | - |
| XYZ | 20.34 | 32.84 | 10.42 | - |
| YUV | 136.57 | 88.17 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 174 | 66 | 0.48 | 0 | 0.62 | 0.32 | 106.67 | 0.45 | 0.47 |
| Hex | 5A | AE | 42 | 30 | 0 | 3E | 20 | 6B | 2D | 2F |
| Octal | 132 | 256 | 102 | 60 | 0 | 76 | 40 | 153 | 55 | 57 |
| Binary | 1011010 | 10101110 | 1000010 | 110000 | 0 | 111110 | 100000 | 1101011 | 101101 | 101111 |
Color Harmonies of #5AAE42
Complementary color
Monochromatic Colors of #5AAE42
Black with #5AAE42
Text Example
Text Example
White with #5AAE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAE42; }
p { color: rgb(90,174,66); }
H1.HeaderClassName
{
color: #5AAE42;
}
.AnyTagClassName
{
color: #5AAE42;
}
</style>
background-color css
<style>
a { background-color: #5AAE42; }
a { background-color: rgb(90,174,66); }
div.DivClassName
{
background-color: #5AAE42;
}
.BgClassName
{
background-color: #5AAE42;
}
</style>
border-color css
<style>
span { border-color: #5AAE42; }
span { border-color: rgb(90,174,66); }
td.TdClassName
{
border-color: #5AAE42;
}
.TagClassName
{
border-color: #5AAE42;
}
</style>