Shades of Apple #5EA24A
Tints of Apple #5EA24A
RGB
CMYK
RGB Variations
Color information
#5EA24A (or 0x5EA24A) is known color: Apple. HEX triplet: 5E, A2 and 4A. RGB value is (94,162,74). Sum of RGB (Red+Green+Blue) = 94+162+74=330 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.48% from 330); Green value is 162 (63.67% from 255 or 49.09% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 162 - color contains mainly: green. Hex color #5EA24A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EA24A is #A15DB5. Grayscale: #838383. Windows color (decimal): -10575286 or 4891230. OLE color: 4891230.
HSL color Cylindrical-coordinate representation of color #5EA24A: hue angle of 106.36º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5EA24A is Cyan = 0.42, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 94 | 162 | 74 | - |
| CMYK | 0.42 | 0 | 0.54 | 0.36 |
| HSL | 106.36º | 0.37% | 0.46% | - |
| HSV(B) | 106.36º | 0.54% | 0.64% | - |
| XYZ | 18.77 | 28.71 | 11.03 | - |
| YUV | 131.64 | 95.47 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 162 | 74 | 0.42 | 0 | 0.54 | 0.36 | 106.36 | 0.37 | 0.46 |
| Hex | 5E | A2 | 4A | 2A | 0 | 36 | 24 | 6A | 25 | 2E |
| Octal | 136 | 242 | 112 | 52 | 0 | 66 | 44 | 152 | 45 | 56 |
| Binary | 1011110 | 10100010 | 1001010 | 101010 | 0 | 110110 | 100100 | 1101010 | 100101 | 101110 |
Color Harmonies of #5EA24A
Complementary color
Monochromatic Colors of #5EA24A
Black with #5EA24A
Text Example
Text Example
White with #5EA24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA24A; }
p { color: rgb(94,162,74); }
H1.HeaderClassName
{
color: #5EA24A;
}
.AnyTagClassName
{
color: #5EA24A;
}
</style>
background-color css
<style>
a { background-color: #5EA24A; }
a { background-color: rgb(94,162,74); }
div.DivClassName
{
background-color: #5EA24A;
}
.BgClassName
{
background-color: #5EA24A;
}
</style>
border-color css
<style>
span { border-color: #5EA24A; }
span { border-color: rgb(94,162,74); }
td.TdClassName
{
border-color: #5EA24A;
}
.TagClassName
{
border-color: #5EA24A;
}
</style>