#5AAD2B

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

Shades of Limeade #5AAD2B

Tints of Limeade #5AAD2B

Color information

#5AAD2B (or 0x5AAD2B) is unknown color: approx Limeade. HEX triplet: 5A, AD and 2B. RGB value is (90,173,43). Sum of RGB (Red+Green+Blue) = 90+173+43=306 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.41% from 306); Green value is 173 (67.97% from 255 or 56.54% from 306); Blue value is 43 (17.19% from 255 or 14.05% from 306); Max value from RGB is 173 - color contains mainly: green. Hex color #5AAD2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAD2B is #A552D4. Grayscale: #858585. Windows color (decimal): -10834645 or 2862426. OLE color: 2862426.

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

Color convert

RGB9017343-
CMYK0.4800.750.32
HSL98.31º60.19%42.35%-
HSV(B)98.31º75.14%67.84%-
XYZ19.632.247.47-
YUV133.367797.07-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.41%
GREEN value IS 173 (67.97% from 255) = 56.54%
BLUE value IS 43 (17.19% from 255) = 14.05%
R=29.41%
G=56.54%
B=14.05%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal90173430.4800.750.3298.3160.1942.35
Hex5AAD2B3004B20623c2a
Octal13225553600113401427452
Binary101101010101101101011110000010010111000001100010111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAD2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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