#5AB140

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

Shades of Apple #5AB140

Tints of Apple #5AB140

Color information

#5AB140 (or 0x5AB140) is unknown color: approx Apple. HEX triplet: 5A, B1 and 40. RGB value is (90,177,64). Sum of RGB (Red+Green+Blue) = 90+177+64=331 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.19% from 331); Green value is 177 (69.53% from 255 or 53.47% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 177 - color contains mainly: green. Hex color #5AB140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AB140 is #A54EBF. Grayscale: #8A8A8A. Windows color (decimal): -10833600 or 4239706. OLE color: 4239706.

HSL color Cylindrical-coordinate representation of color #5AB140: hue angle of 106.19º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AB140 is Cyan = 0.49, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB9017764-
CMYK0.4900.640.31
HSL106.19º46.89%47.25%-
HSV(B)106.19º63.84%69.41%-
XYZ20.8633.9910.31-
YUV138.186.1893.69-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.19%
GREEN value IS 177 (69.53% from 255) = 53.47%
BLUE value IS 64 (25.39% from 255) = 19.34%
R=27.19%
G=53.47%
B=19.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal90177640.4900.640.31106.1946.8947.25
Hex5AB140310401F6a2f2f
Octal132261100610100371525757
Binary101101010110001100000011000101000000111111101010101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,177,64); }

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

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

 a { background-color: rgb(90,177,64); }

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

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

 span { border-color: rgb(90,177,64); }

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