Shades of Apple #5AA444
Tints of Apple #5AA444
RGB
CMYK
RGB Variations
Color information
#5AA444 (or 0x5AA444) is known color: Apple. HEX triplet: 5A, A4 and 44. RGB value is (90,164,68). Sum of RGB (Red+Green+Blue) = 90+164+68=322 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.95% from 322); Green value is 164 (64.45% from 255 or 50.93% from 322); Blue value is 68 (26.95% from 255 or 21.12% from 322); Max value from RGB is 164 - color contains mainly: green. Hex color #5AA444 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AA444 is #A55BBB. Grayscale: #838383. Windows color (decimal): -10836924 or 4498522. OLE color: 4498522.
HSL color Cylindrical-coordinate representation of color #5AA444: hue angle of 106.25º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5AA444 is Cyan = 0.45, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 90 | 164 | 68 | - |
| CMYK | 0.45 | 0 | 0.59 | 0.36 |
| HSL | 106.25º | 0.41% | 0.45% | - |
| HSV(B) | 106.25º | 0.59% | 0.64% | - |
| XYZ | 18.54 | 29.14 | 10.12 | - |
| YUV | 130.93 | 92.48 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 164 | 68 | 0.45 | 0 | 0.59 | 0.36 | 106.25 | 0.41 | 0.45 |
| Hex | 5A | A4 | 44 | 2D | 0 | 3B | 24 | 6A | 29 | 2D |
| Octal | 132 | 244 | 104 | 55 | 0 | 73 | 44 | 152 | 51 | 55 |
| Binary | 1011010 | 10100100 | 1000100 | 101101 | 0 | 111011 | 100100 | 1101010 | 101001 | 101101 |
Color Harmonies of #5AA444
Complementary color
Monochromatic Colors of #5AA444
Black with #5AA444
Text Example
Text Example
White with #5AA444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA444; }
p { color: rgb(90,164,68); }
H1.HeaderClassName
{
color: #5AA444;
}
.AnyTagClassName
{
color: #5AA444;
}
</style>
background-color css
<style>
a { background-color: #5AA444; }
a { background-color: rgb(90,164,68); }
div.DivClassName
{
background-color: #5AA444;
}
.BgClassName
{
background-color: #5AA444;
}
</style>
border-color css
<style>
span { border-color: #5AA444; }
span { border-color: rgb(90,164,68); }
td.TdClassName
{
border-color: #5AA444;
}
.TagClassName
{
border-color: #5AA444;
}
</style>