Shades of Apple #5AC354
Tints of Apple #5AC354
RGB
CMYK
RGB Variations
Color information
#5AC354 (or 0x5AC354) is known color: Apple. HEX triplet: 5A, C3 and 54. RGB value is (90,195,84). Sum of RGB (Red+Green+Blue) = 90+195+84=369 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.39% from 369); Green value is 195 (76.56% from 255 or 52.85% from 369); Blue value is 84 (33.20% from 255 or 22.76% from 369); Max value from RGB is 195 - color contains mainly: green. Hex color #5AC354 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC354 is #A53CAB. Grayscale: #979797. Windows color (decimal): -10828972 or 5555034. OLE color: 5555034.
HSL color Cylindrical-coordinate representation of color #5AC354: hue angle of 116.76º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5AC354 is Cyan = 0.54, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 195 | 84 | - |
| CMYK | 0.54 | 0 | 0.57 | 0.24 |
| HSL | 116.76º | 0.48% | 0.55% | - |
| HSV(B) | 116.76º | 0.57% | 0.76% | - |
| XYZ | 25.33 | 41.84 | 15.13 | - |
| YUV | 150.95 | 90.21 | 84.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 195 | 84 | 0.54 | 0 | 0.57 | 0.24 | 116.76 | 0.48 | 0.55 |
| Hex | 5A | C3 | 54 | 36 | 0 | 39 | 18 | 75 | 30 | 37 |
| Octal | 132 | 303 | 124 | 66 | 0 | 71 | 30 | 165 | 60 | 67 |
| Binary | 1011010 | 11000011 | 1010100 | 110110 | 0 | 111001 | 11000 | 1110101 | 110000 | 110111 |
Color Harmonies of #5AC354
Complementary color
Monochromatic Colors of #5AC354
Black with #5AC354
Text Example
Text Example
White with #5AC354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC354; }
p { color: rgb(90,195,84); }
H1.HeaderClassName
{
color: #5AC354;
}
.AnyTagClassName
{
color: #5AC354;
}
</style>
background-color css
<style>
a { background-color: #5AC354; }
a { background-color: rgb(90,195,84); }
div.DivClassName
{
background-color: #5AC354;
}
.BgClassName
{
background-color: #5AC354;
}
</style>
border-color css
<style>
span { border-color: #5AC354; }
span { border-color: rgb(90,195,84); }
td.TdClassName
{
border-color: #5AC354;
}
.TagClassName
{
border-color: #5AC354;
}
</style>