#A5C29F

Color #A5C29F Spring Rain (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Rain #A5C29F

Tints of Spring Rain #A5C29F

Color information

#A5C29F (or 0xA5C29F) is unknown color: approx Spring Rain. HEX triplet: A5, C2 and 9F. RGB value is (165,194,159). Sum of RGB (Red+Green+Blue) = 165+194+159=518 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.85% from 518); Green value is 194 (76.17% from 255 or 37.45% from 518); Blue value is 159 (62.5% from 255 or 30.69% from 518); Max value from RGB is 194 - color contains mainly: green. Hex color #A5C29F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C29F is #5A3D60. Grayscale: #B5B5B5. Windows color (decimal): -5913953 or 10470053. OLE color: 10470053.

HSL color Cylindrical-coordinate representation of color #A5C29F: hue angle of 109.71º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A5C29F is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB165194159-
CMYK0.1500.180.24
HSL109.71º22.29%69.22%-
HSV(B)109.71º18.04%76.08%-
XYZ41.0749.0940.11-
YUV181.34115.39116.35-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.85%
GREEN value IS 194 (76.17% from 255) = 37.45%
BLUE value IS 159 (62.5% from 255) = 30.69%
R=31.85%
G=37.45%
B=30.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651941590.1500.180.24109.7122.2969.22
HexA5C29FF012186e1645
Octal245302237170223015626105
Binary1010010111000010100111111111010010110001101110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C29F; }

 p { color: rgb(165,194,159); }

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

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

 a { background-color: rgb(165,194,159); }

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

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

 span { border-color: rgb(165,194,159); }

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