Shades of Apple #5AC845
Tints of Apple #5AC845
RGB
CMYK
RGB Variations
Color information
#5AC845 (or 0x5AC845) is known color: Apple. HEX triplet: 5A, C8 and 45. RGB value is (90,200,69). Sum of RGB (Red+Green+Blue) = 90+200+69=359 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.07% from 359); Green value is 200 (78.52% from 255 or 55.71% from 359); Blue value is 69 (27.34% from 255 or 19.22% from 359); Max value from RGB is 200 - color contains mainly: green. Hex color #5AC845 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AC845 is #A537BA. Grayscale: #989898. Windows color (decimal): -10827707 or 4573274. OLE color: 4573274.
HSL color Cylindrical-coordinate representation of color #5AC845: hue angle of 110.38º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5AC845 is Cyan = 0.55, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 90 | 200 | 69 | - |
| CMYK | 0.55 | 0 | 0.66 | 0.22 |
| HSL | 110.38º | 0.54% | 0.53% | - |
| HSV(B) | 110.38º | 0.66% | 0.78% | - |
| XYZ | 25.94 | 43.91 | 12.74 | - |
| YUV | 152.18 | 81.06 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 200 | 69 | 0.55 | 0 | 0.66 | 0.22 | 110.38 | 0.54 | 0.53 |
| Hex | 5A | C8 | 45 | 37 | 0 | 42 | 16 | 6E | 36 | 35 |
| Octal | 132 | 310 | 105 | 67 | 0 | 102 | 26 | 156 | 66 | 65 |
| Binary | 1011010 | 11001000 | 1000101 | 110111 | 0 | 1000010 | 10110 | 1101110 | 110110 | 110101 |
Color Harmonies of #5AC845
Complementary color
Monochromatic Colors of #5AC845
Black with #5AC845
Text Example
Text Example
White with #5AC845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC845; }
p { color: rgb(90,200,69); }
H1.HeaderClassName
{
color: #5AC845;
}
.AnyTagClassName
{
color: #5AC845;
}
</style>
background-color css
<style>
a { background-color: #5AC845; }
a { background-color: rgb(90,200,69); }
div.DivClassName
{
background-color: #5AC845;
}
.BgClassName
{
background-color: #5AC845;
}
</style>
border-color css
<style>
span { border-color: #5AC845; }
span { border-color: rgb(90,200,69); }
td.TdClassName
{
border-color: #5AC845;
}
.TagClassName
{
border-color: #5AC845;
}
</style>