#A2C69D

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

Shades of Spring Rain #A2C69D

Tints of Spring Rain #A2C69D

Color information

#A2C69D (or 0xA2C69D) is unknown color: approx Spring Rain. HEX triplet: A2, C6 and 9D. RGB value is (162,198,157). Sum of RGB (Red+Green+Blue) = 162+198+157=517 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.33% from 517); Green value is 198 (77.73% from 255 or 38.30% from 517); Blue value is 157 (61.72% from 255 or 30.37% from 517); Max value from RGB is 198 - color contains mainly: green. Hex color #A2C69D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C69D is #5D3962. Grayscale: #B6B6B6. Windows color (decimal): -6109539 or 10340002. OLE color: 10340002.

HSL color Cylindrical-coordinate representation of color #A2C69D: hue angle of 112.68º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A2C69D is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB162198157-
CMYK0.1800.210.22
HSL112.68º26.45%69.61%-
HSV(B)112.68º20.71%77.65%-
XYZ41.1850.539.48-
YUV182.56113.57113.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.33%
GREEN value IS 198 (77.73% from 255) = 38.30%
BLUE value IS 157 (61.72% from 255) = 30.37%
R=31.33%
G=38.30%
B=30.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1621981570.1800.210.22112.6826.4569.61
HexA2C69D1201516711a46
Octal242306235220252616132106
Binary10100010110001101001110110010010101101101110001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C69D; }

 p { color: rgb(162,198,157); }

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

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

 a { background-color: rgb(162,198,157); }

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

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

 span { border-color: rgb(162,198,157); }

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