Shades of Apple #5ACE45
Tints of Apple #5ACE45
RGB
CMYK
RGB Variations
Color information
#5ACE45 (or 0x5ACE45) is known color: Apple. HEX triplet: 5A, CE and 45. RGB value is (90,206,69). Sum of RGB (Red+Green+Blue) = 90+206+69=365 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.66% from 365); Green value is 206 (80.86% from 255 or 56.44% from 365); Blue value is 69 (27.34% from 255 or 18.90% from 365); Max value from RGB is 206 - color contains mainly: green. Hex color #5ACE45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ACE45 is #A531BA. Grayscale: #9C9C9C. Windows color (decimal): -10826171 or 4574810. OLE color: 4574810.
HSL color Cylindrical-coordinate representation of color #5ACE45: hue angle of 110.8º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5ACE45 is Cyan = 0.56, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 206 | 69 | - |
| CMYK | 0.56 | 0 | 0.67 | 0.19 |
| HSL | 110.8º | 0.58% | 0.54% | - |
| HSV(B) | 110.8º | 0.67% | 0.81% | - |
| XYZ | 27.36 | 46.75 | 13.21 | - |
| YUV | 155.7 | 79.07 | 81.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 206 | 69 | 0.56 | 0 | 0.67 | 0.19 | 110.8 | 0.58 | 0.54 |
| Hex | 5A | CE | 45 | 38 | 0 | 43 | 13 | 6F | 3A | 36 |
| Octal | 132 | 316 | 105 | 70 | 0 | 103 | 23 | 157 | 72 | 66 |
| Binary | 1011010 | 11001110 | 1000101 | 111000 | 0 | 1000011 | 10011 | 1101111 | 111010 | 110110 |
Color Harmonies of #5ACE45
Complementary color
Monochromatic Colors of #5ACE45
Black with #5ACE45
Text Example
Text Example
White with #5ACE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACE45; }
p { color: rgb(90,206,69); }
H1.HeaderClassName
{
color: #5ACE45;
}
.AnyTagClassName
{
color: #5ACE45;
}
</style>
background-color css
<style>
a { background-color: #5ACE45; }
a { background-color: rgb(90,206,69); }
div.DivClassName
{
background-color: #5ACE45;
}
.BgClassName
{
background-color: #5ACE45;
}
</style>
border-color css
<style>
span { border-color: #5ACE45; }
span { border-color: rgb(90,206,69); }
td.TdClassName
{
border-color: #5ACE45;
}
.TagClassName
{
border-color: #5ACE45;
}
</style>