Shades of Apple #5AC448
Tints of Apple #5AC448
RGB
CMYK
RGB Variations
Color information
#5AC448 (or 0x5AC448) is known color: Apple. HEX triplet: 5A, C4 and 48. RGB value is (90,196,72). Sum of RGB (Red+Green+Blue) = 90+196+72=358 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.14% from 358); Green value is 196 (76.95% from 255 or 54.75% from 358); Blue value is 72 (28.52% from 255 or 20.11% from 358); Max value from RGB is 196 - color contains mainly: green. Hex color #5AC448 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AC448 is #A53BB7. Grayscale: #969696. Windows color (decimal): -10828728 or 4768858. OLE color: 4768858.
HSL color Cylindrical-coordinate representation of color #5AC448: hue angle of 111.29º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AC448 is Cyan = 0.54, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 90 | 196 | 72 | - |
| CMYK | 0.54 | 0 | 0.63 | 0.23 |
| HSL | 111.29º | 0.51% | 0.53% | - |
| HSV(B) | 111.29º | 0.63% | 0.77% | - |
| XYZ | 25.13 | 42.12 | 12.94 | - |
| YUV | 150.17 | 83.88 | 85.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 196 | 72 | 0.54 | 0 | 0.63 | 0.23 | 111.29 | 0.51 | 0.53 |
| Hex | 5A | C4 | 48 | 36 | 0 | 3F | 17 | 6F | 33 | 35 |
| Octal | 132 | 304 | 110 | 66 | 0 | 77 | 27 | 157 | 63 | 65 |
| Binary | 1011010 | 11000100 | 1001000 | 110110 | 0 | 111111 | 10111 | 1101111 | 110011 | 110101 |
Color Harmonies of #5AC448
Complementary color
Monochromatic Colors of #5AC448
Black with #5AC448
Text Example
Text Example
White with #5AC448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC448; }
p { color: rgb(90,196,72); }
H1.HeaderClassName
{
color: #5AC448;
}
.AnyTagClassName
{
color: #5AC448;
}
</style>
background-color css
<style>
a { background-color: #5AC448; }
a { background-color: rgb(90,196,72); }
div.DivClassName
{
background-color: #5AC448;
}
.BgClassName
{
background-color: #5AC448;
}
</style>
border-color css
<style>
span { border-color: #5AC448; }
span { border-color: rgb(90,196,72); }
td.TdClassName
{
border-color: #5AC448;
}
.TagClassName
{
border-color: #5AC448;
}
</style>