#5AA32F

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

Shades of Limeade #5AA32F

Tints of Limeade #5AA32F

Color information

#5AA32F (or 0x5AA32F) is unknown color: approx Limeade. HEX triplet: 5A, A3 and 2F. RGB value is (90,163,47). Sum of RGB (Red+Green+Blue) = 90+163+47=300 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30% from 300); Green value is 163 (64.06% from 255 or 54.33% from 300); Blue value is 47 (18.75% from 255 or 15.67% from 300); Max value from RGB is 163 - color contains mainly: green. Hex color #5AA32F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AA32F is #A55CD0. Grayscale: #808080. Windows color (decimal): -10837201 or 3122010. OLE color: 3122010.

HSL color Cylindrical-coordinate representation of color #5AA32F: hue angle of 97.76º 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 #5AA32F is Cyan = 0.45, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB9016347-
CMYK0.4500.710.36
HSL97.76º55.24%41.18%-
HSV(B)97.76º71.17%63.92%-
XYZ17.8328.577.26-
YUV127.9582.32100.93-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30%
GREEN value IS 163 (64.06% from 255) = 54.33%
BLUE value IS 47 (18.75% from 255) = 15.67%
R=30%
G=54.33%
B=15.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal90163470.4500.710.3697.7655.2441.18
Hex5AA32F2D04724623729
Octal13224357550107441426751
Binary101101010100011101111101101010001111001001100010110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA32F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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