#5EAA4A

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

Shades of Apple #5EAA4A

Tints of Apple #5EAA4A

Color information

#5EAA4A (or 0x5EAA4A) is unknown color: approx Apple. HEX triplet: 5E, AA and 4A. RGB value is (94,170,74). Sum of RGB (Red+Green+Blue) = 94+170+74=338 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.81% from 338); Green value is 170 (66.80% from 255 or 50.30% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 170 - color contains mainly: green. Hex color #5EAA4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAA4A is #A155B5. Grayscale: #888888. Windows color (decimal): -10573238 or 4893278. OLE color: 4893278.

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

Color convert

RGB9417074-
CMYK0.4500.560.33
HSL107.5º39.34%47.84%-
HSV(B)107.5º56.47%66.67%-
XYZ20.2331.6211.52-
YUV136.3392.8297.81-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.81%
GREEN value IS 170 (66.80% from 255) = 50.30%
BLUE value IS 74 (29.30% from 255) = 21.89%
R=27.81%
G=50.30%
B=21.89%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal94170740.4500.560.33107.539.3447.84
Hex5EAA4A2D038216c2730
Octal13625211255070411544760
Binary101111010101010100101010110101110001000011101100100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAA4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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