Shades of Apple #5AC647
Tints of Apple #5AC647
RGB
CMYK
RGB Variations
Color information
#5AC647 (or 0x5AC647) is known color: Apple. HEX triplet: 5A, C6 and 47. RGB value is (90,198,71). Sum of RGB (Red+Green+Blue) = 90+198+71=359 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.07% from 359); Green value is 198 (77.73% from 255 or 55.15% from 359); Blue value is 71 (28.12% from 255 or 19.78% from 359); Max value from RGB is 198 - color contains mainly: green. Hex color #5AC647 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AC647 is #A539B8. Grayscale: #979797. Windows color (decimal): -10828217 or 4703834. OLE color: 4703834.
HSL color Cylindrical-coordinate representation of color #5AC647: hue angle of 111.02º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AC647 is Cyan = 0.55, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 90 | 198 | 71 | - |
| CMYK | 0.55 | 0 | 0.64 | 0.22 |
| HSL | 111.02º | 0.53% | 0.53% | - |
| HSV(B) | 111.02º | 0.64% | 0.78% | - |
| XYZ | 25.55 | 43.02 | 12.92 | - |
| YUV | 151.23 | 82.72 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 198 | 71 | 0.55 | 0 | 0.64 | 0.22 | 111.02 | 0.53 | 0.53 |
| Hex | 5A | C6 | 47 | 37 | 0 | 40 | 16 | 6F | 35 | 35 |
| Octal | 132 | 306 | 107 | 67 | 0 | 100 | 26 | 157 | 65 | 65 |
| Binary | 1011010 | 11000110 | 1000111 | 110111 | 0 | 1000000 | 10110 | 1101111 | 110101 | 110101 |
Color Harmonies of #5AC647
Complementary color
Monochromatic Colors of #5AC647
Black with #5AC647
Text Example
Text Example
White with #5AC647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC647; }
p { color: rgb(90,198,71); }
H1.HeaderClassName
{
color: #5AC647;
}
.AnyTagClassName
{
color: #5AC647;
}
</style>
background-color css
<style>
a { background-color: #5AC647; }
a { background-color: rgb(90,198,71); }
div.DivClassName
{
background-color: #5AC647;
}
.BgClassName
{
background-color: #5AC647;
}
</style>
border-color css
<style>
span { border-color: #5AC647; }
span { border-color: rgb(90,198,71); }
td.TdClassName
{
border-color: #5AC647;
}
.TagClassName
{
border-color: #5AC647;
}
</style>