Shades of Apple #5EA145
Tints of Apple #5EA145
RGB
CMYK
RGB Variations
Color information
#5EA145 (or 0x5EA145) is known color: Apple. HEX triplet: 5E, A1 and 45. RGB value is (94,161,69). Sum of RGB (Red+Green+Blue) = 94+161+69=324 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.01% from 324); Green value is 161 (63.28% from 255 or 49.69% from 324); Blue value is 69 (27.34% from 255 or 21.30% from 324); Max value from RGB is 161 - color contains mainly: green. Hex color #5EA145 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EA145 is #A15EBA. Grayscale: #828282. Windows color (decimal): -10575547 or 4563294. OLE color: 4563294.
HSL color Cylindrical-coordinate representation of color #5EA145: hue angle of 103.7º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EA145 is Cyan = 0.42, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 94 | 161 | 69 | - |
| CMYK | 0.42 | 0 | 0.57 | 0.37 |
| HSL | 103.7º | 0.4% | 0.45% | - |
| HSV(B) | 103.7º | 0.57% | 0.63% | - |
| XYZ | 18.44 | 28.3 | 10.12 | - |
| YUV | 130.48 | 93.3 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 161 | 69 | 0.42 | 0 | 0.57 | 0.37 | 103.7 | 0.4 | 0.45 |
| Hex | 5E | A1 | 45 | 2A | 0 | 39 | 25 | 68 | 28 | 2D |
| Octal | 136 | 241 | 105 | 52 | 0 | 71 | 45 | 150 | 50 | 55 |
| Binary | 1011110 | 10100001 | 1000101 | 101010 | 0 | 111001 | 100101 | 1101000 | 101000 | 101101 |
Color Harmonies of #5EA145
Complementary color
Monochromatic Colors of #5EA145
Black with #5EA145
Text Example
Text Example
White with #5EA145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA145; }
p { color: rgb(94,161,69); }
H1.HeaderClassName
{
color: #5EA145;
}
.AnyTagClassName
{
color: #5EA145;
}
</style>
background-color css
<style>
a { background-color: #5EA145; }
a { background-color: rgb(94,161,69); }
div.DivClassName
{
background-color: #5EA145;
}
.BgClassName
{
background-color: #5EA145;
}
</style>
border-color css
<style>
span { border-color: #5EA145; }
span { border-color: rgb(94,161,69); }
td.TdClassName
{
border-color: #5EA145;
}
.TagClassName
{
border-color: #5EA145;
}
</style>