Shades of Apple #5AC440
Tints of Apple #5AC440
RGB
CMYK
RGB Variations
Color information
#5AC440 (or 0x5AC440) is known color: Apple. HEX triplet: 5A, C4 and 40. RGB value is (90,196,64). Sum of RGB (Red+Green+Blue) = 90+196+64=350 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.71% from 350); Green value is 196 (76.95% from 255 or 56% from 350); Blue value is 64 (25.39% from 255 or 18.29% from 350); Max value from RGB is 196 - color contains mainly: green. Hex color #5AC440 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AC440 is #A53BBF. Grayscale: #959595. Windows color (decimal): -10828736 or 4244570. OLE color: 4244570.
HSL color Cylindrical-coordinate representation of color #5AC440: hue angle of 108.18º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5AC440 is Cyan = 0.54, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 90 | 196 | 64 | - |
| CMYK | 0.54 | 0 | 0.67 | 0.23 |
| HSL | 108.18º | 0.53% | 0.51% | - |
| HSV(B) | 108.18º | 0.67% | 0.77% | - |
| XYZ | 24.88 | 42.02 | 11.65 | - |
| YUV | 149.26 | 79.88 | 85.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 196 | 64 | 0.54 | 0 | 0.67 | 0.23 | 108.18 | 0.53 | 0.51 |
| Hex | 5A | C4 | 40 | 36 | 0 | 43 | 17 | 6C | 35 | 33 |
| Octal | 132 | 304 | 100 | 66 | 0 | 103 | 27 | 154 | 65 | 63 |
| Binary | 1011010 | 11000100 | 1000000 | 110110 | 0 | 1000011 | 10111 | 1101100 | 110101 | 110011 |
Color Harmonies of #5AC440
Complementary color
Monochromatic Colors of #5AC440
Black with #5AC440
Text Example
Text Example
White with #5AC440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC440; }
p { color: rgb(90,196,64); }
H1.HeaderClassName
{
color: #5AC440;
}
.AnyTagClassName
{
color: #5AC440;
}
</style>
background-color css
<style>
a { background-color: #5AC440; }
a { background-color: rgb(90,196,64); }
div.DivClassName
{
background-color: #5AC440;
}
.BgClassName
{
background-color: #5AC440;
}
</style>
border-color css
<style>
span { border-color: #5AC440; }
span { border-color: rgb(90,196,64); }
td.TdClassName
{
border-color: #5AC440;
}
.TagClassName
{
border-color: #5AC440;
}
</style>