#5AB848

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

Shades of Apple #5AB848

Tints of Apple #5AB848

Color information

#5AB848 (or 0x5AB848) is unknown color: approx Apple. HEX triplet: 5A, B8 and 48. RGB value is (90,184,72). Sum of RGB (Red+Green+Blue) = 90+184+72=346 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.01% from 346); Green value is 184 (72.27% from 255 or 53.18% from 346); Blue value is 72 (28.52% from 255 or 20.81% from 346); Max value from RGB is 184 - color contains mainly: green. Hex color #5AB848 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AB848 is #A547B7. Grayscale: #8F8F8F. Windows color (decimal): -10831800 or 4765786. OLE color: 4765786.

HSL color Cylindrical-coordinate representation of color #5AB848: hue angle of 110.36º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AB848 is Cyan = 0.51, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB9018472-
CMYK0.5100.610.28
HSL110.36º44.09%50.2%-
HSV(B)110.36º60.87%72.16%-
XYZ22.5336.9212.07-
YUV143.1387.8690.11-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.01%
GREEN value IS 184 (72.27% from 255) = 53.18%
BLUE value IS 72 (28.52% from 255) = 20.81%
R=26.01%
G=53.18%
B=20.81%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal90184720.5100.610.28110.3644.0950.2
Hex5AB8483303D1C6e2c32
Octal13227011063075341565462
Binary10110101011100010010001100110111101111001101110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,184,72); }

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

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

 a { background-color: rgb(90,184,72); }

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

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

 span { border-color: rgb(90,184,72); }

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