#5AB141

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

Shades of Apple #5AB141

Tints of Apple #5AB141

Color information

#5AB141 (or 0x5AB141) is unknown color: approx Apple. HEX triplet: 5A, B1 and 41. RGB value is (90,177,65). Sum of RGB (Red+Green+Blue) = 90+177+65=332 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.11% from 332); Green value is 177 (69.53% from 255 or 53.31% from 332); Blue value is 65 (25.78% from 255 or 19.58% from 332); Max value from RGB is 177 - color contains mainly: green. Hex color #5AB141 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AB141 is #A54EBE. Grayscale: #8A8A8A. Windows color (decimal): -10833599 or 4305242. OLE color: 4305242.

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

Color convert

RGB9017765-
CMYK0.4900.630.31
HSL106.61º46.28%47.45%-
HSV(B)106.61º63.28%69.41%-
XYZ20.893410.46-
YUV138.2286.6893.61-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.11%
GREEN value IS 177 (69.53% from 255) = 53.31%
BLUE value IS 65 (25.78% from 255) = 19.58%
R=27.11%
G=53.31%
B=19.58%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal90177650.4900.630.31106.6146.2847.45
Hex5AB1413103F1F6b2e2f
Octal13226110161077371535657
Binary10110101011000110000011100010111111111111101011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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