Shades of Apple #5AB440
Tints of Apple #5AB440
RGB
CMYK
RGB Variations
Color information
#5AB440 (or 0x5AB440) is known color: Apple. HEX triplet: 5A, B4 and 40. RGB value is (90,180,64). Sum of RGB (Red+Green+Blue) = 90+180+64=334 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.95% from 334); Green value is 180 (70.70% from 255 or 53.89% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 180 - color contains mainly: green. Hex color #5AB440 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AB440 is #A54BBF. Grayscale: #8C8C8C. Windows color (decimal): -10832832 or 4240474. OLE color: 4240474.
HSL color Cylindrical-coordinate representation of color #5AB440: hue angle of 106.55º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AB440 is Cyan = 0.50, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 180 | 64 | - |
| CMYK | 0.50 | 0 | 0.64 | 0.29 |
| HSL | 106.55º | 0.48% | 0.48% | - |
| HSV(B) | 106.55º | 0.64% | 0.71% | - |
| XYZ | 21.46 | 35.19 | 10.51 | - |
| YUV | 139.87 | 85.18 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 180 | 64 | 0.50 | 0 | 0.64 | 0.29 | 106.55 | 0.48 | 0.48 |
| Hex | 5A | B4 | 40 | 32 | 0 | 40 | 1D | 6B | 30 | 30 |
| Octal | 132 | 264 | 100 | 62 | 0 | 100 | 35 | 153 | 60 | 60 |
| Binary | 1011010 | 10110100 | 1000000 | 110010 | 0 | 1000000 | 11101 | 1101011 | 110000 | 110000 |
Color Harmonies of #5AB440
Complementary color
Monochromatic Colors of #5AB440
Black with #5AB440
Text Example
Text Example
White with #5AB440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB440; }
p { color: rgb(90,180,64); }
H1.HeaderClassName
{
color: #5AB440;
}
.AnyTagClassName
{
color: #5AB440;
}
</style>
background-color css
<style>
a { background-color: #5AB440; }
a { background-color: rgb(90,180,64); }
div.DivClassName
{
background-color: #5AB440;
}
.BgClassName
{
background-color: #5AB440;
}
</style>
border-color css
<style>
span { border-color: #5AB440; }
span { border-color: rgb(90,180,64); }
td.TdClassName
{
border-color: #5AB440;
}
.TagClassName
{
border-color: #5AB440;
}
</style>