#5AA22B

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

Shades of Limeade #5AA22B

Tints of Limeade #5AA22B

Color information

#5AA22B (or 0x5AA22B) is unknown color: approx Limeade. HEX triplet: 5A, A2 and 2B. RGB value is (90,162,43). Sum of RGB (Red+Green+Blue) = 90+162+43=295 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.51% from 295); Green value is 162 (63.67% from 255 or 54.92% from 295); Blue value is 43 (17.19% from 255 or 14.58% from 295); Max value from RGB is 162 - color contains mainly: green. Hex color #5AA22B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AA22B is #A55DD4. Grayscale: #7F7F7F. Windows color (decimal): -10837461 or 2859610. OLE color: 2859610.

HSL color Cylindrical-coordinate representation of color #5AA22B: hue angle of 96.3º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5AA22B is Cyan = 0.44, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB9016243-
CMYK0.4400.730.36
HSL96.3º58.05%40.2%-
HSV(B)96.3º73.46%63.53%-
XYZ17.5728.196.8-
YUV126.9180.65101.68-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.51%
GREEN value IS 162 (63.67% from 255) = 54.92%
BLUE value IS 43 (17.19% from 255) = 14.58%
R=30.51%
G=54.92%
B=14.58%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal90162430.4400.730.3696.358.0540.2
Hex5AA22B2C04924603a28
Octal13224253540111441407250
Binary101101010100010101011101100010010011001001100000111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA22B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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