Shades of Apple #5AA641
Tints of Apple #5AA641
RGB
CMYK
RGB Variations
Color information
#5AA641 (or 0x5AA641) is known color: Apple. HEX triplet: 5A, A6 and 41. RGB value is (90,166,65). Sum of RGB (Red+Green+Blue) = 90+166+65=321 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.04% from 321); Green value is 166 (65.23% from 255 or 51.71% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 166 - color contains mainly: green. Hex color #5AA641 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AA641 is #A559BE. Grayscale: #848484. Windows color (decimal): -10836415 or 4302426. OLE color: 4302426.
HSL color Cylindrical-coordinate representation of color #5AA641: hue angle of 105.15º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AA641 is Cyan = 0.46, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 90 | 166 | 65 | - |
| CMYK | 0.46 | 0 | 0.61 | 0.35 |
| HSL | 105.15º | 0.44% | 0.45% | - |
| HSV(B) | 105.15º | 0.61% | 0.65% | - |
| XYZ | 18.81 | 29.83 | 9.77 | - |
| YUV | 131.76 | 90.32 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 166 | 65 | 0.46 | 0 | 0.61 | 0.35 | 105.15 | 0.44 | 0.45 |
| Hex | 5A | A6 | 41 | 2E | 0 | 3D | 23 | 69 | 2C | 2D |
| Octal | 132 | 246 | 101 | 56 | 0 | 75 | 43 | 151 | 54 | 55 |
| Binary | 1011010 | 10100110 | 1000001 | 101110 | 0 | 111101 | 100011 | 1101001 | 101100 | 101101 |
Color Harmonies of #5AA641
Complementary color
Monochromatic Colors of #5AA641
Black with #5AA641
Text Example
Text Example
White with #5AA641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA641; }
p { color: rgb(90,166,65); }
H1.HeaderClassName
{
color: #5AA641;
}
.AnyTagClassName
{
color: #5AA641;
}
</style>
background-color css
<style>
a { background-color: #5AA641; }
a { background-color: rgb(90,166,65); }
div.DivClassName
{
background-color: #5AA641;
}
.BgClassName
{
background-color: #5AA641;
}
</style>
border-color css
<style>
span { border-color: #5AA641; }
span { border-color: rgb(90,166,65); }
td.TdClassName
{
border-color: #5AA641;
}
.TagClassName
{
border-color: #5AA641;
}
</style>