Shades of Apple #5AB24D
Tints of Apple #5AB24D
RGB
CMYK
RGB Variations
Color information
#5AB24D (or 0x5AB24D) is known color: Apple. HEX triplet: 5A, B2 and 4D. RGB value is (90,178,77). Sum of RGB (Red+Green+Blue) = 90+178+77=345 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.09% from 345); Green value is 178 (69.92% from 255 or 51.59% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 178 - color contains mainly: green. Hex color #5AB24D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AB24D is #A54DB2. Grayscale: #8C8C8C. Windows color (decimal): -10833331 or 5091930. OLE color: 5091930.
HSL color Cylindrical-coordinate representation of color #5AB24D: hue angle of 112.28º 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 #5AB24D is Cyan = 0.49, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 90 | 178 | 77 | - |
| CMYK | 0.49 | 0 | 0.57 | 0.30 |
| HSL | 112.28º | 0.4% | 0.5% | - |
| HSV(B) | 112.28º | 0.57% | 0.7% | - |
| XYZ | 21.48 | 34.55 | 12.56 | - |
| YUV | 140.17 | 92.35 | 92.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 178 | 77 | 0.49 | 0 | 0.57 | 0.30 | 112.28 | 0.4 | 0.5 |
| Hex | 5A | B2 | 4D | 31 | 0 | 39 | 1E | 70 | 28 | 32 |
| Octal | 132 | 262 | 115 | 61 | 0 | 71 | 36 | 160 | 50 | 62 |
| Binary | 1011010 | 10110010 | 1001101 | 110001 | 0 | 111001 | 11110 | 1110000 | 101000 | 110010 |
Color Harmonies of #5AB24D
Complementary color
Monochromatic Colors of #5AB24D
Black with #5AB24D
Text Example
Text Example
White with #5AB24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB24D; }
p { color: rgb(90,178,77); }
H1.HeaderClassName
{
color: #5AB24D;
}
.AnyTagClassName
{
color: #5AB24D;
}
</style>
background-color css
<style>
a { background-color: #5AB24D; }
a { background-color: rgb(90,178,77); }
div.DivClassName
{
background-color: #5AB24D;
}
.BgClassName
{
background-color: #5AB24D;
}
</style>
border-color css
<style>
span { border-color: #5AB24D; }
span { border-color: rgb(90,178,77); }
td.TdClassName
{
border-color: #5AB24D;
}
.TagClassName
{
border-color: #5AB24D;
}
</style>