Shades of Apple #5AC554
Tints of Apple #5AC554
RGB
CMYK
RGB Variations
Color information
#5AC554 (or 0x5AC554) is known color: Apple. HEX triplet: 5A, C5 and 54. RGB value is (90,197,84). Sum of RGB (Red+Green+Blue) = 90+197+84=371 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.26% from 371); Green value is 197 (77.34% from 255 or 53.10% from 371); Blue value is 84 (33.20% from 255 or 22.64% from 371); Max value from RGB is 197 - color contains mainly: green. Hex color #5AC554 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC554 is #A53AAB. Grayscale: #989898. Windows color (decimal): -10828460 or 5555546. OLE color: 5555546.
HSL color Cylindrical-coordinate representation of color #5AC554: hue angle of 116.81º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5AC554 is Cyan = 0.54, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 90 | 197 | 84 | - |
| CMYK | 0.54 | 0 | 0.57 | 0.23 |
| HSL | 116.81º | 0.49% | 0.55% | - |
| HSV(B) | 116.81º | 0.57% | 0.77% | - |
| XYZ | 25.78 | 42.75 | 15.28 | - |
| YUV | 152.13 | 89.55 | 83.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 197 | 84 | 0.54 | 0 | 0.57 | 0.23 | 116.81 | 0.49 | 0.55 |
| Hex | 5A | C5 | 54 | 36 | 0 | 39 | 17 | 75 | 31 | 37 |
| Octal | 132 | 305 | 124 | 66 | 0 | 71 | 27 | 165 | 61 | 67 |
| Binary | 1011010 | 11000101 | 1010100 | 110110 | 0 | 111001 | 10111 | 1110101 | 110001 | 110111 |
Color Harmonies of #5AC554
Complementary color
Monochromatic Colors of #5AC554
Black with #5AC554
Text Example
Text Example
White with #5AC554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC554; }
p { color: rgb(90,197,84); }
H1.HeaderClassName
{
color: #5AC554;
}
.AnyTagClassName
{
color: #5AC554;
}
</style>
background-color css
<style>
a { background-color: #5AC554; }
a { background-color: rgb(90,197,84); }
div.DivClassName
{
background-color: #5AC554;
}
.BgClassName
{
background-color: #5AC554;
}
</style>
border-color css
<style>
span { border-color: #5AC554; }
span { border-color: rgb(90,197,84); }
td.TdClassName
{
border-color: #5AC554;
}
.TagClassName
{
border-color: #5AC554;
}
</style>