Shades of Apple #5ABC4A
Tints of Apple #5ABC4A
RGB
CMYK
RGB Variations
Color information
#5ABC4A (or 0x5ABC4A) is known color: Apple. HEX triplet: 5A, BC and 4A. RGB value is (90,188,74). Sum of RGB (Red+Green+Blue) = 90+188+74=352 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.57% from 352); Green value is 188 (73.83% from 255 or 53.41% from 352); Blue value is 74 (29.30% from 255 or 21.02% from 352); Max value from RGB is 188 - color contains mainly: green. Hex color #5ABC4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ABC4A is #A543B5. Grayscale: #929292. Windows color (decimal): -10830774 or 4897882. OLE color: 4897882.
HSL color Cylindrical-coordinate representation of color #5ABC4A: hue angle of 111.58º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5ABC4A is Cyan = 0.52, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 188 | 74 | - |
| CMYK | 0.52 | 0 | 0.61 | 0.26 |
| HSL | 111.58º | 0.46% | 0.51% | - |
| HSV(B) | 111.58º | 0.61% | 0.74% | - |
| XYZ | 23.44 | 38.63 | 12.7 | - |
| YUV | 145.7 | 87.53 | 88.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 188 | 74 | 0.52 | 0 | 0.61 | 0.26 | 111.58 | 0.46 | 0.51 |
| Hex | 5A | BC | 4A | 34 | 0 | 3D | 1A | 70 | 2E | 33 |
| Octal | 132 | 274 | 112 | 64 | 0 | 75 | 32 | 160 | 56 | 63 |
| Binary | 1011010 | 10111100 | 1001010 | 110100 | 0 | 111101 | 11010 | 1110000 | 101110 | 110011 |
Color Harmonies of #5ABC4A
Complementary color
Monochromatic Colors of #5ABC4A
Black with #5ABC4A
Text Example
Text Example
White with #5ABC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABC4A; }
p { color: rgb(90,188,74); }
H1.HeaderClassName
{
color: #5ABC4A;
}
.AnyTagClassName
{
color: #5ABC4A;
}
</style>
background-color css
<style>
a { background-color: #5ABC4A; }
a { background-color: rgb(90,188,74); }
div.DivClassName
{
background-color: #5ABC4A;
}
.BgClassName
{
background-color: #5ABC4A;
}
</style>
border-color css
<style>
span { border-color: #5ABC4A; }
span { border-color: rgb(90,188,74); }
td.TdClassName
{
border-color: #5ABC4A;
}
.TagClassName
{
border-color: #5ABC4A;
}
</style>