#5AB132

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

Shades of Apple #5AB132

Tints of Apple #5AB132

Color information

#5AB132 (or 0x5AB132) is unknown color: approx Apple. HEX triplet: 5A, B1 and 32. RGB value is (90,177,50). Sum of RGB (Red+Green+Blue) = 90+177+50=317 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.39% from 317); Green value is 177 (69.53% from 255 or 55.84% from 317); Blue value is 50 (19.92% from 255 or 15.77% from 317); Max value from RGB is 177 - color contains mainly: green. Hex color #5AB132 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AB132 is #A54ECD. Grayscale: #888888. Windows color (decimal): -10833614 or 3322202. OLE color: 3322202.

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

Color convert

RGB9017750-
CMYK0.4900.720.31
HSL101.1º55.95%44.51%-
HSV(B)101.1º71.75%69.41%-
XYZ20.5133.858.47-
YUV136.5179.1894.83-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.39%
GREEN value IS 177 (69.53% from 255) = 55.84%
BLUE value IS 50 (19.92% from 255) = 15.77%
R=28.39%
G=55.84%
B=15.77%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal90177500.4900.720.31101.155.9544.51
Hex5AB132310481F65382d
Octal13226162610110371457055
Binary10110101011000111001011000101001000111111100101111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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