Shades of Apple #5AB34D
Tints of Apple #5AB34D
RGB
CMYK
RGB Variations
Color information
#5AB34D (or 0x5AB34D) is known color: Apple. HEX triplet: 5A, B3 and 4D. RGB value is (90,179,77). Sum of RGB (Red+Green+Blue) = 90+179+77=346 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.01% from 346); Green value is 179 (70.31% from 255 or 51.73% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 179 - color contains mainly: green. Hex color #5AB34D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB34D is #A54CB2. Grayscale: #8D8D8D. Windows color (decimal): -10833075 or 5092186. OLE color: 5092186.
HSL color Cylindrical-coordinate representation of color #5AB34D: hue angle of 112.35º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5AB34D is Cyan = 0.50, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 90 | 179 | 77 | - |
| CMYK | 0.50 | 0 | 0.57 | 0.30 |
| HSL | 112.35º | 0.4% | 0.5% | - |
| HSV(B) | 112.35º | 0.57% | 0.7% | - |
| XYZ | 21.68 | 34.95 | 12.62 | - |
| YUV | 140.76 | 92.01 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 179 | 77 | 0.50 | 0 | 0.57 | 0.30 | 112.35 | 0.4 | 0.5 |
| Hex | 5A | B3 | 4D | 32 | 0 | 39 | 1E | 70 | 28 | 32 |
| Octal | 132 | 263 | 115 | 62 | 0 | 71 | 36 | 160 | 50 | 62 |
| Binary | 1011010 | 10110011 | 1001101 | 110010 | 0 | 111001 | 11110 | 1110000 | 101000 | 110010 |
Color Harmonies of #5AB34D
Complementary color
Monochromatic Colors of #5AB34D
Black with #5AB34D
Text Example
Text Example
White with #5AB34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB34D; }
p { color: rgb(90,179,77); }
H1.HeaderClassName
{
color: #5AB34D;
}
.AnyTagClassName
{
color: #5AB34D;
}
</style>
background-color css
<style>
a { background-color: #5AB34D; }
a { background-color: rgb(90,179,77); }
div.DivClassName
{
background-color: #5AB34D;
}
.BgClassName
{
background-color: #5AB34D;
}
</style>
border-color css
<style>
span { border-color: #5AB34D; }
span { border-color: rgb(90,179,77); }
td.TdClassName
{
border-color: #5AB34D;
}
.TagClassName
{
border-color: #5AB34D;
}
</style>