Shades of Apple #5AC94E
Tints of Apple #5AC94E
RGB
CMYK
RGB Variations
Color information
#5AC94E (or 0x5AC94E) is known color: Apple. HEX triplet: 5A, C9 and 4E. RGB value is (90,201,78). Sum of RGB (Red+Green+Blue) = 90+201+78=369 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.39% from 369); Green value is 201 (78.91% from 255 or 54.47% from 369); Blue value is 78 (30.86% from 255 or 21.14% from 369); Max value from RGB is 201 - color contains mainly: green. Hex color #5AC94E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC94E is #A536B1. Grayscale: #9A9A9A. Windows color (decimal): -10827442 or 5163354. OLE color: 5163354.
HSL color Cylindrical-coordinate representation of color #5AC94E: hue angle of 114.15º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AC94E is Cyan = 0.55, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 90 | 201 | 78 | - |
| CMYK | 0.55 | 0 | 0.61 | 0.21 |
| HSL | 114.15º | 0.53% | 0.55% | - |
| HSV(B) | 114.15º | 0.61% | 0.79% | - |
| XYZ | 26.48 | 44.5 | 14.4 | - |
| YUV | 153.79 | 85.23 | 82.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 201 | 78 | 0.55 | 0 | 0.61 | 0.21 | 114.15 | 0.53 | 0.55 |
| Hex | 5A | C9 | 4E | 37 | 0 | 3D | 15 | 72 | 35 | 37 |
| Octal | 132 | 311 | 116 | 67 | 0 | 75 | 25 | 162 | 65 | 67 |
| Binary | 1011010 | 11001001 | 1001110 | 110111 | 0 | 111101 | 10101 | 1110010 | 110101 | 110111 |
Color Harmonies of #5AC94E
Complementary color
Monochromatic Colors of #5AC94E
Black with #5AC94E
Text Example
Text Example
White with #5AC94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC94E; }
p { color: rgb(90,201,78); }
H1.HeaderClassName
{
color: #5AC94E;
}
.AnyTagClassName
{
color: #5AC94E;
}
</style>
background-color css
<style>
a { background-color: #5AC94E; }
a { background-color: rgb(90,201,78); }
div.DivClassName
{
background-color: #5AC94E;
}
.BgClassName
{
background-color: #5AC94E;
}
</style>
border-color css
<style>
span { border-color: #5AC94E; }
span { border-color: rgb(90,201,78); }
td.TdClassName
{
border-color: #5AC94E;
}
.TagClassName
{
border-color: #5AC94E;
}
</style>