Shades of Apple #5AB04D
Tints of Apple #5AB04D
RGB
CMYK
RGB Variations
Color information
#5AB04D (or 0x5AB04D) is known color: Apple. HEX triplet: 5A, B0 and 4D. RGB value is (90,176,77). Sum of RGB (Red+Green+Blue) = 90+176+77=343 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.24% from 343); Green value is 176 (69.14% from 255 or 51.31% from 343); Blue value is 77 (30.47% from 255 or 22.45% from 343); Max value from RGB is 176 - color contains mainly: green. Hex color #5AB04D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AB04D is #A54FB2. Grayscale: #8B8B8B. Windows color (decimal): -10833843 or 5091418. OLE color: 5091418.
HSL color Cylindrical-coordinate representation of color #5AB04D: hue angle of 112.12º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5AB04D is Cyan = 0.49, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 176 | 77 | - |
| CMYK | 0.49 | 0 | 0.56 | 0.31 |
| HSL | 112.12º | 0.39% | 0.5% | - |
| HSV(B) | 112.12º | 0.56% | 0.69% | - |
| XYZ | 21.08 | 33.76 | 12.43 | - |
| YUV | 139 | 93.01 | 93.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 176 | 77 | 0.49 | 0 | 0.56 | 0.31 | 112.12 | 0.39 | 0.5 |
| Hex | 5A | B0 | 4D | 31 | 0 | 38 | 1F | 70 | 27 | 32 |
| Octal | 132 | 260 | 115 | 61 | 0 | 70 | 37 | 160 | 47 | 62 |
| Binary | 1011010 | 10110000 | 1001101 | 110001 | 0 | 111000 | 11111 | 1110000 | 100111 | 110010 |
Color Harmonies of #5AB04D
Complementary color
Monochromatic Colors of #5AB04D
Black with #5AB04D
Text Example
Text Example
White with #5AB04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB04D; }
p { color: rgb(90,176,77); }
H1.HeaderClassName
{
color: #5AB04D;
}
.AnyTagClassName
{
color: #5AB04D;
}
</style>
background-color css
<style>
a { background-color: #5AB04D; }
a { background-color: rgb(90,176,77); }
div.DivClassName
{
background-color: #5AB04D;
}
.BgClassName
{
background-color: #5AB04D;
}
</style>
border-color css
<style>
span { border-color: #5AB04D; }
span { border-color: rgb(90,176,77); }
td.TdClassName
{
border-color: #5AB04D;
}
.TagClassName
{
border-color: #5AB04D;
}
</style>