#5EA245

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

Shades of Apple #5EA245

Tints of Apple #5EA245

Color information

#5EA245 (or 0x5EA245) is unknown color: approx Apple. HEX triplet: 5E, A2 and 45. RGB value is (94,162,69). Sum of RGB (Red+Green+Blue) = 94+162+69=325 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.92% from 325); Green value is 162 (63.67% from 255 or 49.85% from 325); Blue value is 69 (27.34% from 255 or 21.23% from 325); Max value from RGB is 162 - color contains mainly: green. Hex color #5EA245 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EA245 is #A15DBA. Grayscale: #838383. Windows color (decimal): -10575291 or 4563550. OLE color: 4563550.

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

Color convert

RGB9416269-
CMYK0.4200.570.36
HSL103.87º40.26%45.29%-
HSV(B)103.87º57.41%63.53%-
XYZ18.6128.6510.18-
YUV131.0792.97101.56-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.92%
GREEN value IS 162 (63.67% from 255) = 49.85%
BLUE value IS 69 (27.34% from 255) = 21.23%
R=28.92%
G=49.85%
B=21.23%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal94162690.4200.570.36103.8740.2645.29
Hex5EA2452A0392468282d
Octal13624210552071441505055
Binary101111010100010100010110101001110011001001101000101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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