#5AAC2B

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

Shades of Limeade #5AAC2B

Tints of Limeade #5AAC2B

Color information

#5AAC2B (or 0x5AAC2B) is unknown color: approx Limeade. HEX triplet: 5A, AC and 2B. RGB value is (90,172,43). Sum of RGB (Red+Green+Blue) = 90+172+43=305 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.51% from 305); Green value is 172 (67.58% from 255 or 56.39% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 172 - color contains mainly: green. Hex color #5AAC2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAC2B is #A553D4. Grayscale: #858585. Windows color (decimal): -10834901 or 2862170. OLE color: 2862170.

HSL color Cylindrical-coordinate representation of color #5AAC2B: hue angle of 98.14º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5AAC2B is Cyan = 0.48, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB9017243-
CMYK0.4800.750.33
HSL98.14º60%42.16%-
HSV(B)98.14º75%67.45%-
XYZ19.4131.857.41-
YUV132.7877.3397.49-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.51%
GREEN value IS 172 (67.58% from 255) = 56.39%
BLUE value IS 43 (17.19% from 255) = 14.10%
R=29.51%
G=56.39%
B=14.10%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal90172430.4800.750.3398.146042.16
Hex5AAC2B3004B21623c2a
Octal13225453600113411427452
Binary101101010101100101011110000010010111000011100010111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAC2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,172,43); }

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

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

 a { background-color: rgb(90,172,43); }

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

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

 span { border-color: rgb(90,172,43); }

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