Shades of Apple #5AB14D
Tints of Apple #5AB14D
RGB
CMYK
RGB Variations
Color information
#5AB14D (or 0x5AB14D) is known color: Apple. HEX triplet: 5A, B1 and 4D. RGB value is (90,177,77). Sum of RGB (Red+Green+Blue) = 90+177+77=344 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.16% from 344); Green value is 177 (69.53% from 255 or 51.45% from 344); Blue value is 77 (30.47% from 255 or 22.38% from 344); Max value from RGB is 177 - color contains mainly: green. Hex color #5AB14D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AB14D is #A54EB2. Grayscale: #8B8B8B. Windows color (decimal): -10833587 or 5091674. OLE color: 5091674.
HSL color Cylindrical-coordinate representation of color #5AB14D: hue angle of 112.2º 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 #5AB14D is Cyan = 0.49, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 177 | 77 | - |
| CMYK | 0.49 | 0 | 0.56 | 0.31 |
| HSL | 112.2º | 0.39% | 0.5% | - |
| HSV(B) | 112.2º | 0.56% | 0.69% | - |
| XYZ | 21.28 | 34.15 | 12.49 | - |
| YUV | 139.59 | 92.68 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 177 | 77 | 0.49 | 0 | 0.56 | 0.31 | 112.2 | 0.39 | 0.5 |
| Hex | 5A | B1 | 4D | 31 | 0 | 38 | 1F | 70 | 27 | 32 |
| Octal | 132 | 261 | 115 | 61 | 0 | 70 | 37 | 160 | 47 | 62 |
| Binary | 1011010 | 10110001 | 1001101 | 110001 | 0 | 111000 | 11111 | 1110000 | 100111 | 110010 |
Color Harmonies of #5AB14D
Complementary color
Monochromatic Colors of #5AB14D
Black with #5AB14D
Text Example
Text Example
White with #5AB14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB14D; }
p { color: rgb(90,177,77); }
H1.HeaderClassName
{
color: #5AB14D;
}
.AnyTagClassName
{
color: #5AB14D;
}
</style>
background-color css
<style>
a { background-color: #5AB14D; }
a { background-color: rgb(90,177,77); }
div.DivClassName
{
background-color: #5AB14D;
}
.BgClassName
{
background-color: #5AB14D;
}
</style>
border-color css
<style>
span { border-color: #5AB14D; }
span { border-color: rgb(90,177,77); }
td.TdClassName
{
border-color: #5AB14D;
}
.TagClassName
{
border-color: #5AB14D;
}
</style>