#5EA249

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

Shades of Apple #5EA249

Tints of Apple #5EA249

Color information

#5EA249 (or 0x5EA249) is unknown color: approx Apple. HEX triplet: 5E, A2 and 49. RGB value is (94,162,73). Sum of RGB (Red+Green+Blue) = 94+162+73=329 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.57% from 329); Green value is 162 (63.67% from 255 or 49.24% from 329); Blue value is 73 (28.91% from 255 or 22.19% from 329); Max value from RGB is 162 - color contains mainly: green. Hex color #5EA249 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EA249 is #A15DB6. Grayscale: #838383. Windows color (decimal): -10575287 or 4825694. OLE color: 4825694.

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

Color convert

RGB9416273-
CMYK0.4200.550.36
HSL105.84º37.87%46.08%-
HSV(B)105.84º54.94%63.53%-
XYZ18.7428.710.86-
YUV131.5294.97101.24-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.57%
GREEN value IS 162 (63.67% from 255) = 49.24%
BLUE value IS 73 (28.91% from 255) = 22.19%
R=28.57%
G=49.24%
B=22.19%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal94162730.4200.550.36105.8437.8746.08
Hex5EA2492A037246a262e
Octal13624211152067441524656
Binary101111010100010100100110101001101111001001101010100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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