#5eac32

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

Shades of Apple #5EAC32

Tints of Apple #5EAC32

Color information

#5EAC32 (or 0x5EAC32) is unknown color: approx Apple. HEX triplet: 5E, AC and 32. RGB value is (94,172,50). Sum of RGB (Red+Green+Blue) = 94+172+50=316 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.75% from 316); Green value is 172 (67.58% from 255 or 54.43% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 172 - color contains mainly: green. Hex color #5EAC32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAC32 is #A153CD. Grayscale: #878787. Windows color (decimal): -10572750 or 3320926. OLE color: 3320926.

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

Color convert

RGB9417250-
CMYK0.4500.710.33
HSL98.36º54.95%43.53%-
HSV(B)98.36º70.93%67.45%-
XYZ19.9432.128.17-
YUV134.7780.1698.92-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.75%
GREEN value IS 172 (67.58% from 255) = 54.43%
BLUE value IS 50 (19.92% from 255) = 15.82%
R=29.75%
G=54.43%
B=15.82%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal94172500.4500.710.3398.3654.9543.53
Hex5EAC322D0472162372c
Octal13625462550107411426754
Binary101111010101100110010101101010001111000011100010110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5eac32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,172,50); }

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

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

 a { background-color: rgb(94,172,50); }

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

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

 span { border-color: rgb(94,172,50); }

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