#A2C29D

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

Shades of Spring Rain #A2C29D

Tints of Spring Rain #A2C29D

Color information

#A2C29D (or 0xA2C29D) is unknown color: approx Spring Rain. HEX triplet: A2, C2 and 9D. RGB value is (162,194,157). Sum of RGB (Red+Green+Blue) = 162+194+157=513 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.58% from 513); Green value is 194 (76.17% from 255 or 37.82% from 513); Blue value is 157 (61.72% from 255 or 30.60% from 513); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C29D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C29D is #5D3D62. Grayscale: #B4B4B4. Windows color (decimal): -6110563 or 10338978. OLE color: 10338978.

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

Color convert

RGB162194157-
CMYK0.1600.190.24
HSL111.89º23.27%68.82%-
HSV(B)111.89º19.07%76.08%-
XYZ40.2848.739.18-
YUV180.21114.9115.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.58%
GREEN value IS 194 (76.17% from 255) = 37.82%
BLUE value IS 157 (61.72% from 255) = 30.60%
R=31.58%
G=37.82%
B=30.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1621941570.1600.190.24111.8923.2768.82
HexA2C29D1001318701745
Octal242302235200233016027105
Binary10100010110000101001110110000010011110001110000101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C29D; }

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

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

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

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

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

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

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

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