Shades of Apple #5AC950
Tints of Apple #5AC950
RGB
CMYK
RGB Variations
Color information
#5AC950 (or 0x5AC950) is known color: Apple. HEX triplet: 5A, C9 and 50. RGB value is (90,201,80). Sum of RGB (Red+Green+Blue) = 90+201+80=371 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.26% from 371); Green value is 201 (78.91% from 255 or 54.18% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 201 - color contains mainly: green. Hex color #5AC950 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC950 is #A536AF. Grayscale: #9A9A9A. Windows color (decimal): -10827440 or 5294426. OLE color: 5294426.
HSL color Cylindrical-coordinate representation of color #5AC950: hue angle of 115.04º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5AC950 is Cyan = 0.55, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 90 | 201 | 80 | - |
| CMYK | 0.55 | 0 | 0.60 | 0.21 |
| HSL | 115.04º | 0.53% | 0.55% | - |
| HSV(B) | 115.04º | 0.6% | 0.79% | - |
| XYZ | 26.55 | 44.53 | 14.78 | - |
| YUV | 154.02 | 86.23 | 82.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 201 | 80 | 0.55 | 0 | 0.60 | 0.21 | 115.04 | 0.53 | 0.55 |
| Hex | 5A | C9 | 50 | 37 | 0 | 3C | 15 | 73 | 35 | 37 |
| Octal | 132 | 311 | 120 | 67 | 0 | 74 | 25 | 163 | 65 | 67 |
| Binary | 1011010 | 11001001 | 1010000 | 110111 | 0 | 111100 | 10101 | 1110011 | 110101 | 110111 |
Color Harmonies of #5AC950
Complementary color
Monochromatic Colors of #5AC950
Black with #5AC950
Text Example
Text Example
White with #5AC950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC950; }
p { color: rgb(90,201,80); }
H1.HeaderClassName
{
color: #5AC950;
}
.AnyTagClassName
{
color: #5AC950;
}
</style>
background-color css
<style>
a { background-color: #5AC950; }
a { background-color: rgb(90,201,80); }
div.DivClassName
{
background-color: #5AC950;
}
.BgClassName
{
background-color: #5AC950;
}
</style>
border-color css
<style>
span { border-color: #5AC950; }
span { border-color: rgb(90,201,80); }
td.TdClassName
{
border-color: #5AC950;
}
.TagClassName
{
border-color: #5AC950;
}
</style>