Shades of Apple #5AC040
Tints of Apple #5AC040
RGB
CMYK
RGB Variations
Color information
#5AC040 (or 0x5AC040) is known color: Apple. HEX triplet: 5A, C0 and 40. RGB value is (90,192,64). Sum of RGB (Red+Green+Blue) = 90+192+64=346 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.01% from 346); Green value is 192 (75.39% from 255 or 55.49% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 192 - color contains mainly: green. Hex color #5AC040 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AC040 is #A53FBF. Grayscale: #939393. Windows color (decimal): -10829760 or 4243546. OLE color: 4243546.
HSL color Cylindrical-coordinate representation of color #5AC040: hue angle of 107.81º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5AC040 is Cyan = 0.53, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 192 | 64 | - |
| CMYK | 0.53 | 0 | 0.67 | 0.25 |
| HSL | 107.81º | 0.5% | 0.5% | - |
| HSV(B) | 107.81º | 0.67% | 0.75% | - |
| XYZ | 23.99 | 40.24 | 11.35 | - |
| YUV | 146.91 | 81.21 | 87.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 192 | 64 | 0.53 | 0 | 0.67 | 0.25 | 107.81 | 0.5 | 0.5 |
| Hex | 5A | C0 | 40 | 35 | 0 | 43 | 19 | 6C | 32 | 32 |
| Octal | 132 | 300 | 100 | 65 | 0 | 103 | 31 | 154 | 62 | 62 |
| Binary | 1011010 | 11000000 | 1000000 | 110101 | 0 | 1000011 | 11001 | 1101100 | 110010 | 110010 |
Color Harmonies of #5AC040
Complementary color
Monochromatic Colors of #5AC040
Black with #5AC040
Text Example
Text Example
White with #5AC040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC040; }
p { color: rgb(90,192,64); }
H1.HeaderClassName
{
color: #5AC040;
}
.AnyTagClassName
{
color: #5AC040;
}
</style>
background-color css
<style>
a { background-color: #5AC040; }
a { background-color: rgb(90,192,64); }
div.DivClassName
{
background-color: #5AC040;
}
.BgClassName
{
background-color: #5AC040;
}
</style>
border-color css
<style>
span { border-color: #5AC040; }
span { border-color: rgb(90,192,64); }
td.TdClassName
{
border-color: #5AC040;
}
.TagClassName
{
border-color: #5AC040;
}
</style>