Shades of Apple #5AC649
Tints of Apple #5AC649
RGB
CMYK
RGB Variations
Color information
#5AC649 (or 0x5AC649) is known color: Apple. HEX triplet: 5A, C6 and 49. RGB value is (90,198,73). Sum of RGB (Red+Green+Blue) = 90+198+73=361 (47% of max value = 765). Red value is 90 (35.55% from 255 or 24.93% from 361); Green value is 198 (77.73% from 255 or 54.85% from 361); Blue value is 73 (28.91% from 255 or 20.22% from 361); Max value from RGB is 198 - color contains mainly: green. Hex color #5AC649 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AC649 is #A539B6. Grayscale: #979797. Windows color (decimal): -10828215 or 4834906. OLE color: 4834906.
HSL color Cylindrical-coordinate representation of color #5AC649: hue angle of 111.84º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AC649 is Cyan = 0.55, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 90 | 198 | 73 | - |
| CMYK | 0.55 | 0 | 0.63 | 0.22 |
| HSL | 111.84º | 0.52% | 0.53% | - |
| HSV(B) | 111.84º | 0.63% | 0.78% | - |
| XYZ | 25.61 | 43.04 | 13.26 | - |
| YUV | 151.46 | 83.72 | 84.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 198 | 73 | 0.55 | 0 | 0.63 | 0.22 | 111.84 | 0.52 | 0.53 |
| Hex | 5A | C6 | 49 | 37 | 0 | 3F | 16 | 70 | 34 | 35 |
| Octal | 132 | 306 | 111 | 67 | 0 | 77 | 26 | 160 | 64 | 65 |
| Binary | 1011010 | 11000110 | 1001001 | 110111 | 0 | 111111 | 10110 | 1110000 | 110100 | 110101 |
Color Harmonies of #5AC649
Complementary color
Monochromatic Colors of #5AC649
Black with #5AC649
Text Example
Text Example
White with #5AC649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC649; }
p { color: rgb(90,198,73); }
H1.HeaderClassName
{
color: #5AC649;
}
.AnyTagClassName
{
color: #5AC649;
}
</style>
background-color css
<style>
a { background-color: #5AC649; }
a { background-color: rgb(90,198,73); }
div.DivClassName
{
background-color: #5AC649;
}
.BgClassName
{
background-color: #5AC649;
}
</style>
border-color css
<style>
span { border-color: #5AC649; }
span { border-color: rgb(90,198,73); }
td.TdClassName
{
border-color: #5AC649;
}
.TagClassName
{
border-color: #5AC649;
}
</style>