Shades of Apple #5EA14A
Tints of Apple #5EA14A
RGB
CMYK
RGB Variations
Color information
#5EA14A (or 0x5EA14A) is known color: Apple. HEX triplet: 5E, A1 and 4A. RGB value is (94,161,74). Sum of RGB (Red+Green+Blue) = 94+161+74=329 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.57% from 329); Green value is 161 (63.28% from 255 or 48.94% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 161 - color contains mainly: green. Hex color #5EA14A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EA14A is #A15EB5. Grayscale: #838383. Windows color (decimal): -10575542 or 4890974. OLE color: 4890974.
HSL color Cylindrical-coordinate representation of color #5EA14A: hue angle of 106.21º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5EA14A is Cyan = 0.42, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 94 | 161 | 74 | - |
| CMYK | 0.42 | 0 | 0.54 | 0.37 |
| HSL | 106.21º | 0.37% | 0.46% | - |
| HSV(B) | 106.21º | 0.54% | 0.63% | - |
| XYZ | 18.6 | 28.36 | 10.97 | - |
| YUV | 131.05 | 95.8 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 161 | 74 | 0.42 | 0 | 0.54 | 0.37 | 106.21 | 0.37 | 0.46 |
| Hex | 5E | A1 | 4A | 2A | 0 | 36 | 25 | 6A | 25 | 2E |
| Octal | 136 | 241 | 112 | 52 | 0 | 66 | 45 | 152 | 45 | 56 |
| Binary | 1011110 | 10100001 | 1001010 | 101010 | 0 | 110110 | 100101 | 1101010 | 100101 | 101110 |
Color Harmonies of #5EA14A
Complementary color
Monochromatic Colors of #5EA14A
Black with #5EA14A
Text Example
Text Example
White with #5EA14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA14A; }
p { color: rgb(94,161,74); }
H1.HeaderClassName
{
color: #5EA14A;
}
.AnyTagClassName
{
color: #5EA14A;
}
</style>
background-color css
<style>
a { background-color: #5EA14A; }
a { background-color: rgb(94,161,74); }
div.DivClassName
{
background-color: #5EA14A;
}
.BgClassName
{
background-color: #5EA14A;
}
</style>
border-color css
<style>
span { border-color: #5EA14A; }
span { border-color: rgb(94,161,74); }
td.TdClassName
{
border-color: #5EA14A;
}
.TagClassName
{
border-color: #5EA14A;
}
</style>