#5AA22F

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

Shades of Limeade #5AA22F

Tints of Limeade #5AA22F

Color information

#5AA22F (or 0x5AA22F) is unknown color: approx Limeade. HEX triplet: 5A, A2 and 2F. RGB value is (90,162,47). Sum of RGB (Red+Green+Blue) = 90+162+47=299 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.10% from 299); Green value is 162 (63.67% from 255 or 54.18% from 299); Blue value is 47 (18.75% from 255 or 15.72% from 299); Max value from RGB is 162 - color contains mainly: green. Hex color #5AA22F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AA22F is #A55DD0. Grayscale: #7F7F7F. Windows color (decimal): -10837457 or 3121754. OLE color: 3121754.

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

Color convert

RGB9016247-
CMYK0.4400.710.36
HSL97.57º55.02%40.98%-
HSV(B)97.57º70.99%63.53%-
XYZ17.6528.227.21-
YUV127.3682.65101.35-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.10%
GREEN value IS 162 (63.67% from 255) = 54.18%
BLUE value IS 47 (18.75% from 255) = 15.72%
R=30.10%
G=54.18%
B=15.72%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal90162470.4400.710.3697.5755.0240.98
Hex5AA22F2C04724623729
Octal13224257540107441426751
Binary101101010100010101111101100010001111001001100010110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA22F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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