#5EAB3C

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

Shades of Apple #5EAB3C

Tints of Apple #5EAB3C

Color information

#5EAB3C (or 0x5EAB3C) is unknown color: approx Apple. HEX triplet: 5E, AB and 3C. RGB value is (94,171,60). Sum of RGB (Red+Green+Blue) = 94+171+60=325 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.92% from 325); Green value is 171 (67.19% from 255 or 52.62% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 171 - color contains mainly: green. Hex color #5EAB3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAB3C is #A154C3. Grayscale: #878787. Windows color (decimal): -10572996 or 3976030. OLE color: 3976030.

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

Color convert

RGB9417160-
CMYK0.4500.650.33
HSL101.62º48.05%45.29%-
HSV(B)101.62º64.91%67.06%-
XYZ19.9931.839.37-
YUV135.3285.4998.53-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.92%
GREEN value IS 171 (67.19% from 255) = 52.62%
BLUE value IS 60 (23.83% from 255) = 18.46%
R=28.92%
G=52.62%
B=18.46%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal94171600.4500.650.33101.6248.0545.29
Hex5EAB3C2D0412166302d
Octal13625374550101411466055
Binary101111010101011111100101101010000011000011100110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAB3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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