#5AA32C

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

Shades of Limeade #5AA32C

Tints of Limeade #5AA32C

Color information

#5AA32C (or 0x5AA32C) is unknown color: approx Limeade. HEX triplet: 5A, A3 and 2C. RGB value is (90,163,44). Sum of RGB (Red+Green+Blue) = 90+163+44=297 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.30% from 297); Green value is 163 (64.06% from 255 or 54.88% from 297); Blue value is 44 (17.58% from 255 or 14.81% from 297); Max value from RGB is 163 - color contains mainly: green. Hex color #5AA32C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AA32C is #A55CD3. Grayscale: #808080. Windows color (decimal): -10837204 or 2925402. OLE color: 2925402.

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

Color convert

RGB9016344-
CMYK0.4500.730.36
HSL96.81º57.49%40.59%-
HSV(B)96.81º73.01%63.92%-
XYZ17.7728.556.96-
YUV127.6180.82101.18-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.30%
GREEN value IS 163 (64.06% from 255) = 54.88%
BLUE value IS 44 (17.58% from 255) = 14.81%
R=30.30%
G=54.88%
B=14.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal90163440.4500.730.3696.8157.4940.59
Hex5AA32C2D04924613929
Octal13224354550111441417151
Binary101101010100011101100101101010010011001001100001111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA32C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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