#5AA225

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

Shades of Limeade #5AA225

Tints of Limeade #5AA225

Color information

#5AA225 (or 0x5AA225) is unknown color: approx Limeade. HEX triplet: 5A, A2 and 25. RGB value is (90,162,37). Sum of RGB (Red+Green+Blue) = 90+162+37=289 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.14% from 289); Green value is 162 (63.67% from 255 or 56.06% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 162 - color contains mainly: green. Hex color #5AA225 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AA225 is #A55DDA. Grayscale: #7E7E7E. Windows color (decimal): -10837467 or 2466394. OLE color: 2466394.

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

Color convert

RGB9016237-
CMYK0.4400.770.36
HSL94.56º62.81%39.02%-
HSV(B)94.56º77.16%63.53%-
XYZ17.4728.156.26-
YUV126.2277.65102.16-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.14%
GREEN value IS 162 (63.67% from 255) = 56.06%
BLUE value IS 37 (14.84% from 255) = 12.80%
R=31.14%
G=56.06%
B=12.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal90162370.4400.770.3694.5662.8139.02
Hex5AA2252C04D245f3f27
Octal13224245540115441377747
Binary101101010100010100101101100010011011001001011111111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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