#5EA148

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

Shades of Apple #5EA148

Tints of Apple #5EA148

Color information

#5EA148 (or 0x5EA148) is unknown color: approx Apple. HEX triplet: 5E, A1 and 48. RGB value is (94,161,72). Sum of RGB (Red+Green+Blue) = 94+161+72=327 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.75% from 327); Green value is 161 (63.28% from 255 or 49.24% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 161 - color contains mainly: green. Hex color #5EA148 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EA148 is #A15EB7. Grayscale: #838383. Windows color (decimal): -10575544 or 4759902. OLE color: 4759902.

HSL color Cylindrical-coordinate representation of color #5EA148: hue angle of 105.17º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5EA148 is Cyan = 0.42, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB9416172-
CMYK0.4200.550.37
HSL105.17º38.2%45.69%-
HSV(B)105.17º55.28%63.14%-
XYZ18.5328.3410.62-
YUV130.8294.8101.74-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.75%
GREEN value IS 161 (63.28% from 255) = 49.24%
BLUE value IS 72 (28.52% from 255) = 22.02%
R=28.75%
G=49.24%
B=22.02%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal94161720.4200.550.37105.1738.245.69
Hex5EA1482A0372569262e
Octal13624111052067451514656
Binary101111010100001100100010101001101111001011101001100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,161,72); }

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

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

 a { background-color: rgb(94,161,72); }

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

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

 span { border-color: rgb(94,161,72); }

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