Shades of Apple #5AB14F
Tints of Apple #5AB14F
RGB
CMYK
RGB Variations
Color information
#5AB14F (or 0x5AB14F) is known color: Apple. HEX triplet: 5A, B1 and 4F. RGB value is (90,177,79). Sum of RGB (Red+Green+Blue) = 90+177+79=346 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.01% from 346); Green value is 177 (69.53% from 255 or 51.16% from 346); Blue value is 79 (31.25% from 255 or 22.83% from 346); Max value from RGB is 177 - color contains mainly: green. Hex color #5AB14F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AB14F is #A54EB0. Grayscale: #8C8C8C. Windows color (decimal): -10833585 or 5222746. OLE color: 5222746.
HSL color Cylindrical-coordinate representation of color #5AB14F: hue angle of 113.27º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5AB14F is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 177 | 79 | - |
| CMYK | 0.49 | 0 | 0.55 | 0.31 |
| HSL | 113.27º | 0.39% | 0.5% | - |
| HSV(B) | 113.27º | 0.55% | 0.69% | - |
| XYZ | 21.35 | 34.18 | 12.87 | - |
| YUV | 139.82 | 93.68 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 177 | 79 | 0.49 | 0 | 0.55 | 0.31 | 113.27 | 0.39 | 0.5 |
| Hex | 5A | B1 | 4F | 31 | 0 | 37 | 1F | 71 | 27 | 32 |
| Octal | 132 | 261 | 117 | 61 | 0 | 67 | 37 | 161 | 47 | 62 |
| Binary | 1011010 | 10110001 | 1001111 | 110001 | 0 | 110111 | 11111 | 1110001 | 100111 | 110010 |
Color Harmonies of #5AB14F
Complementary color
Monochromatic Colors of #5AB14F
Black with #5AB14F
Text Example
Text Example
White with #5AB14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB14F; }
p { color: rgb(90,177,79); }
H1.HeaderClassName
{
color: #5AB14F;
}
.AnyTagClassName
{
color: #5AB14F;
}
</style>
background-color css
<style>
a { background-color: #5AB14F; }
a { background-color: rgb(90,177,79); }
div.DivClassName
{
background-color: #5AB14F;
}
.BgClassName
{
background-color: #5AB14F;
}
</style>
border-color css
<style>
span { border-color: #5AB14F; }
span { border-color: rgb(90,177,79); }
td.TdClassName
{
border-color: #5AB14F;
}
.TagClassName
{
border-color: #5AB14F;
}
</style>