#5EAB3A

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

Shades of Apple #5EAB3A

Tints of Apple #5EAB3A

Color information

#5EAB3A (or 0x5EAB3A) is unknown color: approx Apple. HEX triplet: 5E, AB and 3A. RGB value is (94,171,58). Sum of RGB (Red+Green+Blue) = 94+171+58=323 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.10% from 323); Green value is 171 (67.19% from 255 or 52.94% from 323); Blue value is 58 (23.05% from 255 or 17.96% from 323); Max value from RGB is 171 - color contains mainly: green. Hex color #5EAB3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAB3A is #A154C5. Grayscale: #878787. Windows color (decimal): -10572998 or 3844958. OLE color: 3844958.

HSL color Cylindrical-coordinate representation of color #5EAB3A: hue angle of 100.88º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5EAB3A is Cyan = 0.45, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB9417158-
CMYK0.4500.660.33
HSL100.88º49.34%44.9%-
HSV(B)100.88º66.08%67.06%-
XYZ19.9431.819.09-
YUV135.184.4998.69-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.10%
GREEN value IS 171 (67.19% from 255) = 52.94%
BLUE value IS 58 (23.05% from 255) = 17.96%
R=29.10%
G=52.94%
B=17.96%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal94171580.4500.660.33100.8849.3444.9
Hex5EAB3A2D0422165312d
Octal13625372550102411456155
Binary101111010101011111010101101010000101000011100101110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAB3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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