#5EAD4A

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

Shades of Apple #5EAD4A

Tints of Apple #5EAD4A

Color information

#5EAD4A (or 0x5EAD4A) is unknown color: approx Apple. HEX triplet: 5E, AD and 4A. RGB value is (94,173,74). Sum of RGB (Red+Green+Blue) = 94+173+74=341 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.57% from 341); Green value is 173 (67.97% from 255 or 50.73% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 173 - color contains mainly: green. Hex color #5EAD4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAD4A is #A152B5. Grayscale: #8A8A8A. Windows color (decimal): -10572470 or 4894046. OLE color: 4894046.

HSL color Cylindrical-coordinate representation of color #5EAD4A: hue angle of 107.88º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EAD4A is Cyan = 0.46, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB9417374-
CMYK0.4600.570.32
HSL107.88º40.08%48.43%-
HSV(B)107.88º57.23%67.84%-
XYZ20.832.7611.71-
YUV138.0991.8396.55-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.57%
GREEN value IS 173 (67.97% from 255) = 50.73%
BLUE value IS 74 (29.30% from 255) = 21.70%
R=27.57%
G=50.73%
B=21.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal94173740.4600.570.32107.8840.0848.43
Hex5EAD4A2E039206c2830
Octal13625511256071401545060
Binary101111010101101100101010111001110011000001101100101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAD4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,173,74); }

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

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

 a { background-color: rgb(94,173,74); }

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

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

 span { border-color: rgb(94,173,74); }

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