#5EA94E

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

Shades of Apple #5EA94E

Tints of Apple #5EA94E

Color information

#5EA94E (or 0x5EA94E) is unknown color: approx Apple. HEX triplet: 5E, A9 and 4E. RGB value is (94,169,78). Sum of RGB (Red+Green+Blue) = 94+169+78=341 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.57% from 341); Green value is 169 (66.41% from 255 or 49.56% from 341); Blue value is 78 (30.86% from 255 or 22.87% from 341); Max value from RGB is 169 - color contains mainly: green. Hex color #5EA94E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EA94E is #A156B1. Grayscale: #888888. Windows color (decimal): -10573490 or 5155166. OLE color: 5155166.

HSL color Cylindrical-coordinate representation of color #5EA94E: hue angle of 109.45º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5EA94E is Cyan = 0.44, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.34.

Color convert

RGB9416978-
CMYK0.4400.540.34
HSL109.45º36.84%48.43%-
HSV(B)109.45º53.85%66.27%-
XYZ20.1831.3112.19-
YUV136.295.1597.9-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.57%
GREEN value IS 169 (66.41% from 255) = 49.56%
BLUE value IS 78 (30.86% from 255) = 22.87%
R=27.57%
G=49.56%
B=22.87%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal94169780.4400.540.34109.4536.8448.43
Hex5EA94E2C036226d2530
Octal13625111654066421554560
Binary101111010101001100111010110001101101000101101101100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,169,78); }

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

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

 a { background-color: rgb(94,169,78); }

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

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

 span { border-color: rgb(94,169,78); }

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