Shades of Apple #5AC04D
Tints of Apple #5AC04D
RGB
CMYK
RGB Variations
Color information
#5AC04D (or 0x5AC04D) is known color: Apple. HEX triplet: 5A, C0 and 4D. RGB value is (90,192,77). Sum of RGB (Red+Green+Blue) = 90+192+77=359 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.07% from 359); Green value is 192 (75.39% from 255 or 53.48% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 192 - color contains mainly: green. Hex color #5AC04D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC04D is #A53FB2. Grayscale: #949494. Windows color (decimal): -10829747 or 5095514. OLE color: 5095514.
HSL color Cylindrical-coordinate representation of color #5AC04D: hue angle of 113.22º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5AC04D is Cyan = 0.53, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 192 | 77 | - |
| CMYK | 0.53 | 0 | 0.60 | 0.25 |
| HSL | 113.22º | 0.48% | 0.53% | - |
| HSV(B) | 113.22º | 0.6% | 0.75% | - |
| XYZ | 24.41 | 40.41 | 13.53 | - |
| YUV | 148.39 | 87.71 | 86.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 192 | 77 | 0.53 | 0 | 0.60 | 0.25 | 113.22 | 0.48 | 0.53 |
| Hex | 5A | C0 | 4D | 35 | 0 | 3C | 19 | 71 | 30 | 35 |
| Octal | 132 | 300 | 115 | 65 | 0 | 74 | 31 | 161 | 60 | 65 |
| Binary | 1011010 | 11000000 | 1001101 | 110101 | 0 | 111100 | 11001 | 1110001 | 110000 | 110101 |
Color Harmonies of #5AC04D
Complementary color
Monochromatic Colors of #5AC04D
Black with #5AC04D
Text Example
Text Example
White with #5AC04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC04D; }
p { color: rgb(90,192,77); }
H1.HeaderClassName
{
color: #5AC04D;
}
.AnyTagClassName
{
color: #5AC04D;
}
</style>
background-color css
<style>
a { background-color: #5AC04D; }
a { background-color: rgb(90,192,77); }
div.DivClassName
{
background-color: #5AC04D;
}
.BgClassName
{
background-color: #5AC04D;
}
</style>
border-color css
<style>
span { border-color: #5AC04D; }
span { border-color: rgb(90,192,77); }
td.TdClassName
{
border-color: #5AC04D;
}
.TagClassName
{
border-color: #5AC04D;
}
</style>