Shades of Apple #5AAA38
Tints of Apple #5AAA38
RGB
CMYK
RGB Variations
Color information
#5AAA38 (or 0x5AAA38) is known color: Apple. HEX triplet: 5A, AA and 38. RGB value is (90,170,56). Sum of RGB (Red+Green+Blue) = 90+170+56=316 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.48% from 316); Green value is 170 (66.80% from 255 or 53.80% from 316); Blue value is 56 (22.27% from 255 or 17.72% from 316); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAA38 is #A555C7. Grayscale: #858585. Windows color (decimal): -10835400 or 3713626. OLE color: 3713626.
HSL color Cylindrical-coordinate representation of color #5AAA38: hue angle of 102.11º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5AAA38 is Cyan = 0.47, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 170 | 56 | - |
| CMYK | 0.47 | 0 | 0.67 | 0.33 |
| HSL | 102.11º | 0.5% | 0.44% | - |
| HSV(B) | 102.11º | 0.67% | 0.67% | - |
| XYZ | 19.3 | 31.21 | 8.75 | - |
| YUV | 133.08 | 84.5 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 170 | 56 | 0.47 | 0 | 0.67 | 0.33 | 102.11 | 0.5 | 0.44 |
| Hex | 5A | AA | 38 | 2F | 0 | 43 | 21 | 66 | 32 | 2C |
| Octal | 132 | 252 | 70 | 57 | 0 | 103 | 41 | 146 | 62 | 54 |
| Binary | 1011010 | 10101010 | 111000 | 101111 | 0 | 1000011 | 100001 | 1100110 | 110010 | 101100 |
Color Harmonies of #5AAA38
Complementary color
Monochromatic Colors of #5AAA38
Black with #5AAA38
Text Example
Text Example
White with #5AAA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAA38; }
p { color: rgb(90,170,56); }
H1.HeaderClassName
{
color: #5AAA38;
}
.AnyTagClassName
{
color: #5AAA38;
}
</style>
background-color css
<style>
a { background-color: #5AAA38; }
a { background-color: rgb(90,170,56); }
div.DivClassName
{
background-color: #5AAA38;
}
.BgClassName
{
background-color: #5AAA38;
}
</style>
border-color css
<style>
span { border-color: #5AAA38; }
span { border-color: rgb(90,170,56); }
td.TdClassName
{
border-color: #5AAA38;
}
.TagClassName
{
border-color: #5AAA38;
}
</style>