Shades of Apple #5AB74A
Tints of Apple #5AB74A
RGB
CMYK
RGB Variations
Color information
#5AB74A (or 0x5AB74A) is known color: Apple. HEX triplet: 5A, B7 and 4A. RGB value is (90,183,74). Sum of RGB (Red+Green+Blue) = 90+183+74=347 (45% of max value = 765). Red value is 90 (35.55% from 255 or 25.94% from 347); Green value is 183 (71.88% from 255 or 52.74% from 347); Blue value is 74 (29.30% from 255 or 21.33% from 347); Max value from RGB is 183 - color contains mainly: green. Hex color #5AB74A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AB74A is #A548B5. Grayscale: #8F8F8F. Windows color (decimal): -10832054 or 4896602. OLE color: 4896602.
HSL color Cylindrical-coordinate representation of color #5AB74A: hue angle of 111.19º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5AB74A is Cyan = 0.51, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 90 | 183 | 74 | - |
| CMYK | 0.51 | 0 | 0.60 | 0.28 |
| HSL | 111.19º | 0.43% | 0.5% | - |
| HSV(B) | 111.19º | 0.6% | 0.72% | - |
| XYZ | 22.39 | 36.54 | 12.35 | - |
| YUV | 142.77 | 89.19 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 183 | 74 | 0.51 | 0 | 0.60 | 0.28 | 111.19 | 0.43 | 0.5 |
| Hex | 5A | B7 | 4A | 33 | 0 | 3C | 1C | 6F | 2B | 32 |
| Octal | 132 | 267 | 112 | 63 | 0 | 74 | 34 | 157 | 53 | 62 |
| Binary | 1011010 | 10110111 | 1001010 | 110011 | 0 | 111100 | 11100 | 1101111 | 101011 | 110010 |
Color Harmonies of #5AB74A
Complementary color
Monochromatic Colors of #5AB74A
Black with #5AB74A
Text Example
Text Example
White with #5AB74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB74A; }
p { color: rgb(90,183,74); }
H1.HeaderClassName
{
color: #5AB74A;
}
.AnyTagClassName
{
color: #5AB74A;
}
</style>
background-color css
<style>
a { background-color: #5AB74A; }
a { background-color: rgb(90,183,74); }
div.DivClassName
{
background-color: #5AB74A;
}
.BgClassName
{
background-color: #5AB74A;
}
</style>
border-color css
<style>
span { border-color: #5AB74A; }
span { border-color: rgb(90,183,74); }
td.TdClassName
{
border-color: #5AB74A;
}
.TagClassName
{
border-color: #5AB74A;
}
</style>