Shades of Apple #5AC54C
Tints of Apple #5AC54C
RGB
CMYK
RGB Variations
Color information
#5AC54C (or 0x5AC54C) is known color: Apple. HEX triplet: 5A, C5 and 4C. RGB value is (90,197,76). Sum of RGB (Red+Green+Blue) = 90+197+76=363 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.79% from 363); Green value is 197 (77.34% from 255 or 54.27% from 363); Blue value is 76 (30.08% from 255 or 20.94% from 363); Max value from RGB is 197 - color contains mainly: green. Hex color #5AC54C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AC54C is #A53AB3. Grayscale: #979797. Windows color (decimal): -10828468 or 5031258. OLE color: 5031258.
HSL color Cylindrical-coordinate representation of color #5AC54C: hue angle of 113.06º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AC54C is Cyan = 0.54, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 90 | 197 | 76 | - |
| CMYK | 0.54 | 0 | 0.61 | 0.23 |
| HSL | 113.06º | 0.51% | 0.54% | - |
| HSV(B) | 113.06º | 0.61% | 0.77% | - |
| XYZ | 25.49 | 42.63 | 13.72 | - |
| YUV | 151.21 | 85.55 | 84.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 197 | 76 | 0.54 | 0 | 0.61 | 0.23 | 113.06 | 0.51 | 0.54 |
| Hex | 5A | C5 | 4C | 36 | 0 | 3D | 17 | 71 | 33 | 36 |
| Octal | 132 | 305 | 114 | 66 | 0 | 75 | 27 | 161 | 63 | 66 |
| Binary | 1011010 | 11000101 | 1001100 | 110110 | 0 | 111101 | 10111 | 1110001 | 110011 | 110110 |
Color Harmonies of #5AC54C
Complementary color
Monochromatic Colors of #5AC54C
Black with #5AC54C
Text Example
Text Example
White with #5AC54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC54C; }
p { color: rgb(90,197,76); }
H1.HeaderClassName
{
color: #5AC54C;
}
.AnyTagClassName
{
color: #5AC54C;
}
</style>
background-color css
<style>
a { background-color: #5AC54C; }
a { background-color: rgb(90,197,76); }
div.DivClassName
{
background-color: #5AC54C;
}
.BgClassName
{
background-color: #5AC54C;
}
</style>
border-color css
<style>
span { border-color: #5AC54C; }
span { border-color: rgb(90,197,76); }
td.TdClassName
{
border-color: #5AC54C;
}
.TagClassName
{
border-color: #5AC54C;
}
</style>