Shades of Apple #5ACE4B
Tints of Apple #5ACE4B
RGB
CMYK
RGB Variations
Color information
#5ACE4B (or 0x5ACE4B) is known color: Apple. HEX triplet: 5A, CE and 4B. RGB value is (90,206,75). Sum of RGB (Red+Green+Blue) = 90+206+75=371 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.26% from 371); Green value is 206 (80.86% from 255 or 55.53% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 206 - color contains mainly: green. Hex color #5ACE4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ACE4B is #A531B4. Grayscale: #9C9C9C. Windows color (decimal): -10826165 or 4968026. OLE color: 4968026.
HSL color Cylindrical-coordinate representation of color #5ACE4B: hue angle of 113.13º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5ACE4B is Cyan = 0.56, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 206 | 75 | - |
| CMYK | 0.56 | 0 | 0.64 | 0.19 |
| HSL | 113.13º | 0.57% | 0.55% | - |
| HSV(B) | 113.13º | 0.64% | 0.81% | - |
| XYZ | 27.56 | 46.82 | 14.24 | - |
| YUV | 156.38 | 82.07 | 80.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 206 | 75 | 0.56 | 0 | 0.64 | 0.19 | 113.13 | 0.57 | 0.55 |
| Hex | 5A | CE | 4B | 38 | 0 | 40 | 13 | 71 | 39 | 37 |
| Octal | 132 | 316 | 113 | 70 | 0 | 100 | 23 | 161 | 71 | 67 |
| Binary | 1011010 | 11001110 | 1001011 | 111000 | 0 | 1000000 | 10011 | 1110001 | 111001 | 110111 |
Color Harmonies of #5ACE4B
Complementary color
Monochromatic Colors of #5ACE4B
Black with #5ACE4B
Text Example
Text Example
White with #5ACE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACE4B; }
p { color: rgb(90,206,75); }
H1.HeaderClassName
{
color: #5ACE4B;
}
.AnyTagClassName
{
color: #5ACE4B;
}
</style>
background-color css
<style>
a { background-color: #5ACE4B; }
a { background-color: rgb(90,206,75); }
div.DivClassName
{
background-color: #5ACE4B;
}
.BgClassName
{
background-color: #5ACE4B;
}
</style>
border-color css
<style>
span { border-color: #5ACE4B; }
span { border-color: rgb(90,206,75); }
td.TdClassName
{
border-color: #5ACE4B;
}
.TagClassName
{
border-color: #5ACE4B;
}
</style>