#5EA345

Color #5EA345 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #5EA345

Tints of Apple #5EA345

Color information

#5EA345 (or 0x5EA345) is unknown color: approx Apple. HEX triplet: 5E, A3 and 45. RGB value is (94,163,69). Sum of RGB (Red+Green+Blue) = 94+163+69=326 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.83% from 326); Green value is 163 (64.06% from 255 or 50% from 326); Blue value is 69 (27.34% from 255 or 21.17% from 326); Max value from RGB is 163 - color contains mainly: green. Hex color #5EA345 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EA345 is #A15CBA. Grayscale: #838383. Windows color (decimal): -10575035 or 4563806. OLE color: 4563806.

HSL color Cylindrical-coordinate representation of color #5EA345: hue angle of 104.04º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EA345 is Cyan = 0.42, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB9416369-
CMYK0.4200.580.36
HSL104.04º40.52%45.49%-
HSV(B)104.04º57.67%63.92%-
XYZ18.792910.24-
YUV131.6592.64101.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 94 (37.11% from 255) = 28.83%
GREEN value IS 163 (64.06% from 255) = 50%
BLUE value IS 69 (27.34% from 255) = 21.17%
R=28.83%
G=50%
B=21.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal94163690.4200.580.36104.0440.5245.49
Hex5EA3452A03A2468292d
Octal13624310552072441505155
Binary101111010100011100010110101001110101001001101000101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5EA345; }

 p { color: rgb(94,163,69); }

 H1.HeaderClassName
 {
   color: #5EA345;
 }
 .AnyTagClassName
 {
   color: #5EA345;
 }
</style>
background-color css

<style>
 a { background-color: #5EA345; }

 a { background-color: rgb(94,163,69); }

 div.DivClassName
 {
   background-color: #5EA345;
 }
 .BgClassName
 {
   background-color: #5EA345;
 }
</style>
border-color css

<style>
 span { border-color: #5EA345; }

 span { border-color: rgb(94,163,69); }

 td.TdClassName
 {
   border-color: #5EA345;
 }
 .TagClassName
 {
   border-color: #5EA345;
 }
</style>