Shades of Apple #5AAA4B
Tints of Apple #5AAA4B
RGB
CMYK
RGB Variations
Color information
#5AAA4B (or 0x5AAA4B) is known color: Apple. HEX triplet: 5A, AA and 4B. RGB value is (90,170,75). Sum of RGB (Red+Green+Blue) = 90+170+75=335 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.87% from 335); Green value is 170 (66.80% from 255 or 50.75% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAA4B is #A555B4. Grayscale: #878787. Windows color (decimal): -10835381 or 4958810. OLE color: 4958810.
HSL color Cylindrical-coordinate representation of color #5AAA4B: hue angle of 110.53º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5AAA4B is Cyan = 0.47, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 170 | 75 | - |
| CMYK | 0.47 | 0 | 0.56 | 0.33 |
| HSL | 110.53º | 0.39% | 0.48% | - |
| HSV(B) | 110.53º | 0.56% | 0.67% | - |
| XYZ | 19.86 | 31.43 | 11.68 | - |
| YUV | 135.25 | 94 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 170 | 75 | 0.47 | 0 | 0.56 | 0.33 | 110.53 | 0.39 | 0.48 |
| Hex | 5A | AA | 4B | 2F | 0 | 38 | 21 | 6F | 27 | 30 |
| Octal | 132 | 252 | 113 | 57 | 0 | 70 | 41 | 157 | 47 | 60 |
| Binary | 1011010 | 10101010 | 1001011 | 101111 | 0 | 111000 | 100001 | 1101111 | 100111 | 110000 |
Color Harmonies of #5AAA4B
Complementary color
Monochromatic Colors of #5AAA4B
Black with #5AAA4B
Text Example
Text Example
White with #5AAA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAA4B; }
p { color: rgb(90,170,75); }
H1.HeaderClassName
{
color: #5AAA4B;
}
.AnyTagClassName
{
color: #5AAA4B;
}
</style>
background-color css
<style>
a { background-color: #5AAA4B; }
a { background-color: rgb(90,170,75); }
div.DivClassName
{
background-color: #5AAA4B;
}
.BgClassName
{
background-color: #5AAA4B;
}
</style>
border-color css
<style>
span { border-color: #5AAA4B; }
span { border-color: rgb(90,170,75); }
td.TdClassName
{
border-color: #5AAA4B;
}
.TagClassName
{
border-color: #5AAA4B;
}
</style>