#5EA53A

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

Shades of Apple #5EA53A

Tints of Apple #5EA53A

Color information

#5EA53A (or 0x5EA53A) is unknown color: approx Apple. HEX triplet: 5E, A5 and 3A. RGB value is (94,165,58). Sum of RGB (Red+Green+Blue) = 94+165+58=317 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.65% from 317); Green value is 165 (64.84% from 255 or 52.05% from 317); Blue value is 58 (23.05% from 255 or 18.30% from 317); Max value from RGB is 165 - color contains mainly: green. Hex color #5EA53A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EA53A is #A15AC5. Grayscale: #838383. Windows color (decimal): -10574534 or 3843422. OLE color: 3843422.

HSL color Cylindrical-coordinate representation of color #5EA53A: hue angle of 99.81º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5EA53A is Cyan = 0.43, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB9416558-
CMYK0.4300.650.35
HSL99.81º47.98%43.73%-
HSV(B)99.81º64.85%64.71%-
XYZ18.8329.68.72-
YUV131.5786.48101.2-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.65%
GREEN value IS 165 (64.84% from 255) = 52.05%
BLUE value IS 58 (23.05% from 255) = 18.30%
R=29.65%
G=52.05%
B=18.30%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal94165580.4300.650.3599.8147.9843.73
Hex5EA53A2B0412364302c
Octal13624572530101431446054
Binary101111010100101111010101011010000011000111100100110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA53A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,165,58); }

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

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

 a { background-color: rgb(94,165,58); }

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

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

 span { border-color: rgb(94,165,58); }

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