Shades of Apple #5AC844
Tints of Apple #5AC844
RGB
CMYK
RGB Variations
Color information
#5AC844 (or 0x5AC844) is known color: Apple. HEX triplet: 5A, C8 and 44. RGB value is (90,200,68). Sum of RGB (Red+Green+Blue) = 90+200+68=358 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.14% from 358); Green value is 200 (78.52% from 255 or 55.87% from 358); Blue value is 68 (26.95% from 255 or 18.99% from 358); Max value from RGB is 200 - color contains mainly: green. Hex color #5AC844 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AC844 is #A537BB. Grayscale: #989898. Windows color (decimal): -10827708 or 4507738. OLE color: 4507738.
HSL color Cylindrical-coordinate representation of color #5AC844: hue angle of 110º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5AC844 is Cyan = 0.55, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 90 | 200 | 68 | - |
| CMYK | 0.55 | 0 | 0.66 | 0.22 |
| HSL | 110º | 0.55% | 0.53% | - |
| HSV(B) | 110º | 0.66% | 0.78% | - |
| XYZ | 25.91 | 43.9 | 12.58 | - |
| YUV | 152.06 | 80.56 | 83.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 200 | 68 | 0.55 | 0 | 0.66 | 0.22 | 110 | 0.55 | 0.53 |
| Hex | 5A | C8 | 44 | 37 | 0 | 42 | 16 | 6E | 37 | 35 |
| Octal | 132 | 310 | 104 | 67 | 0 | 102 | 26 | 156 | 67 | 65 |
| Binary | 1011010 | 11001000 | 1000100 | 110111 | 0 | 1000010 | 10110 | 1101110 | 110111 | 110101 |
Color Harmonies of #5AC844
Complementary color
Monochromatic Colors of #5AC844
Black with #5AC844
Text Example
Text Example
White with #5AC844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC844; }
p { color: rgb(90,200,68); }
H1.HeaderClassName
{
color: #5AC844;
}
.AnyTagClassName
{
color: #5AC844;
}
</style>
background-color css
<style>
a { background-color: #5AC844; }
a { background-color: rgb(90,200,68); }
div.DivClassName
{
background-color: #5AC844;
}
.BgClassName
{
background-color: #5AC844;
}
</style>
border-color css
<style>
span { border-color: #5AC844; }
span { border-color: rgb(90,200,68); }
td.TdClassName
{
border-color: #5AC844;
}
.TagClassName
{
border-color: #5AC844;
}
</style>