Shades of Apple #5ACE47
Tints of Apple #5ACE47
RGB
CMYK
RGB Variations
Color information
#5ACE47 (or 0x5ACE47) is known color: Apple. HEX triplet: 5A, CE and 47. RGB value is (90,206,71). Sum of RGB (Red+Green+Blue) = 90+206+71=367 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.52% from 367); Green value is 206 (80.86% from 255 or 56.13% from 367); Blue value is 71 (28.12% from 255 or 19.35% from 367); Max value from RGB is 206 - color contains mainly: green. Hex color #5ACE47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ACE47 is #A531B8. Grayscale: #9C9C9C. Windows color (decimal): -10826169 or 4705882. OLE color: 4705882.
HSL color Cylindrical-coordinate representation of color #5ACE47: hue angle of 111.56º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5ACE47 is Cyan = 0.56, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 206 | 71 | - |
| CMYK | 0.56 | 0 | 0.66 | 0.19 |
| HSL | 111.56º | 0.58% | 0.54% | - |
| HSV(B) | 111.56º | 0.66% | 0.81% | - |
| XYZ | 27.43 | 46.77 | 13.54 | - |
| YUV | 155.93 | 80.07 | 80.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 206 | 71 | 0.56 | 0 | 0.66 | 0.19 | 111.56 | 0.58 | 0.54 |
| Hex | 5A | CE | 47 | 38 | 0 | 42 | 13 | 70 | 3A | 36 |
| Octal | 132 | 316 | 107 | 70 | 0 | 102 | 23 | 160 | 72 | 66 |
| Binary | 1011010 | 11001110 | 1000111 | 111000 | 0 | 1000010 | 10011 | 1110000 | 111010 | 110110 |
Color Harmonies of #5ACE47
Complementary color
Monochromatic Colors of #5ACE47
Black with #5ACE47
Text Example
Text Example
White with #5ACE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACE47; }
p { color: rgb(90,206,71); }
H1.HeaderClassName
{
color: #5ACE47;
}
.AnyTagClassName
{
color: #5ACE47;
}
</style>
background-color css
<style>
a { background-color: #5ACE47; }
a { background-color: rgb(90,206,71); }
div.DivClassName
{
background-color: #5ACE47;
}
.BgClassName
{
background-color: #5ACE47;
}
</style>
border-color css
<style>
span { border-color: #5ACE47; }
span { border-color: rgb(90,206,71); }
td.TdClassName
{
border-color: #5ACE47;
}
.TagClassName
{
border-color: #5ACE47;
}
</style>