Shades of Apple #5ACE52
Tints of Apple #5ACE52
RGB
CMYK
RGB Variations
Color information
#5ACE52 (or 0x5ACE52) is known color: Apple. HEX triplet: 5A, CE and 52. RGB value is (90,206,82). Sum of RGB (Red+Green+Blue) = 90+206+82=378 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.81% from 378); Green value is 206 (80.86% from 255 or 54.50% from 378); Blue value is 82 (32.42% from 255 or 21.69% from 378); Max value from RGB is 206 - color contains mainly: green. Hex color #5ACE52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ACE52 is #A531AD. Grayscale: #9D9D9D. Windows color (decimal): -10826158 or 5426778. OLE color: 5426778.
HSL color Cylindrical-coordinate representation of color #5ACE52: hue angle of 116.13º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5ACE52 is Cyan = 0.56, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 206 | 82 | - |
| CMYK | 0.56 | 0 | 0.60 | 0.19 |
| HSL | 116.13º | 0.56% | 0.56% | - |
| HSV(B) | 116.13º | 0.6% | 0.81% | - |
| XYZ | 27.81 | 46.93 | 15.57 | - |
| YUV | 157.18 | 85.57 | 80.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 206 | 82 | 0.56 | 0 | 0.60 | 0.19 | 116.13 | 0.56 | 0.56 |
| Hex | 5A | CE | 52 | 38 | 0 | 3C | 13 | 74 | 38 | 38 |
| Octal | 132 | 316 | 122 | 70 | 0 | 74 | 23 | 164 | 70 | 70 |
| Binary | 1011010 | 11001110 | 1010010 | 111000 | 0 | 111100 | 10011 | 1110100 | 111000 | 111000 |
Color Harmonies of #5ACE52
Complementary color
Monochromatic Colors of #5ACE52
Black with #5ACE52
Text Example
Text Example
White with #5ACE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACE52; }
p { color: rgb(90,206,82); }
H1.HeaderClassName
{
color: #5ACE52;
}
.AnyTagClassName
{
color: #5ACE52;
}
</style>
background-color css
<style>
a { background-color: #5ACE52; }
a { background-color: rgb(90,206,82); }
div.DivClassName
{
background-color: #5ACE52;
}
.BgClassName
{
background-color: #5ACE52;
}
</style>
border-color css
<style>
span { border-color: #5ACE52; }
span { border-color: rgb(90,206,82); }
td.TdClassName
{
border-color: #5ACE52;
}
.TagClassName
{
border-color: #5ACE52;
}
</style>