#5ea955

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

Shades of Apple #5EA955

Tints of Apple #5EA955

Color information

#5EA955 (or 0x5EA955) is unknown color: approx Apple. HEX triplet: 5E, A9 and 55. RGB value is (94,169,85). Sum of RGB (Red+Green+Blue) = 94+169+85=348 (46% of max value = 765). Red value is 94 (37.11% from 255 or 27.01% from 348); Green value is 169 (66.41% from 255 or 48.56% from 348); Blue value is 85 (33.59% from 255 or 24.43% from 348); Max value from RGB is 169 - color contains mainly: green. Hex color #5EA955 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EA955 is #A156AA. Grayscale: #898989. Windows color (decimal): -10573483 or 5613918. OLE color: 5613918.

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

Color convert

RGB9416985-
CMYK0.4400.500.34
HSL113.57º33.07%49.8%-
HSV(B)113.57º49.7%66.27%-
XYZ20.4431.4113.58-
YUV13798.6597.33-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.01%
GREEN value IS 169 (66.41% from 255) = 48.56%
BLUE value IS 85 (33.59% from 255) = 24.43%
R=27.01%
G=48.56%
B=24.43%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal94169850.4400.500.34113.5733.0749.8
Hex5EA9552C03222722132
Octal13625112554062421624162
Binary101111010101001101010110110001100101000101110010100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ea955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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