Shades of Apple #5AAB3C
Tints of Apple #5AAB3C
RGB
CMYK
RGB Variations
Color information
#5AAB3C (or 0x5AAB3C) is known color: Apple. HEX triplet: 5A, AB and 3C. RGB value is (90,171,60). Sum of RGB (Red+Green+Blue) = 90+171+60=321 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.04% from 321); Green value is 171 (67.19% from 255 or 53.27% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 171 - color contains mainly: green. Hex color #5AAB3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAB3C is #A554C3. Grayscale: #868686. Windows color (decimal): -10835140 or 3976026. OLE color: 3976026.
HSL color Cylindrical-coordinate representation of color #5AAB3C: hue angle of 103.78º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5AAB3C is Cyan = 0.47, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 171 | 60 | - |
| CMYK | 0.47 | 0 | 0.65 | 0.33 |
| HSL | 103.78º | 0.48% | 0.45% | - |
| HSV(B) | 103.78º | 0.65% | 0.67% | - |
| XYZ | 19.59 | 31.63 | 9.35 | - |
| YUV | 134.13 | 86.16 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 171 | 60 | 0.47 | 0 | 0.65 | 0.33 | 103.78 | 0.48 | 0.45 |
| Hex | 5A | AB | 3C | 2F | 0 | 41 | 21 | 68 | 30 | 2D |
| Octal | 132 | 253 | 74 | 57 | 0 | 101 | 41 | 150 | 60 | 55 |
| Binary | 1011010 | 10101011 | 111100 | 101111 | 0 | 1000001 | 100001 | 1101000 | 110000 | 101101 |
Color Harmonies of #5AAB3C
Complementary color
Monochromatic Colors of #5AAB3C
Black with #5AAB3C
Text Example
Text Example
White with #5AAB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAB3C; }
p { color: rgb(90,171,60); }
H1.HeaderClassName
{
color: #5AAB3C;
}
.AnyTagClassName
{
color: #5AAB3C;
}
</style>
background-color css
<style>
a { background-color: #5AAB3C; }
a { background-color: rgb(90,171,60); }
div.DivClassName
{
background-color: #5AAB3C;
}
.BgClassName
{
background-color: #5AAB3C;
}
</style>
border-color css
<style>
span { border-color: #5AAB3C; }
span { border-color: rgb(90,171,60); }
td.TdClassName
{
border-color: #5AAB3C;
}
.TagClassName
{
border-color: #5AAB3C;
}
</style>