#A2C29C

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

Shades of Spring Rain #A2C29C

Tints of Spring Rain #A2C29C

Color information

#A2C29C (or 0xA2C29C) is unknown color: approx Spring Rain. HEX triplet: A2, C2 and 9C. RGB value is (162,194,156). Sum of RGB (Red+Green+Blue) = 162+194+156=512 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.64% from 512); Green value is 194 (76.17% from 255 or 37.89% from 512); Blue value is 156 (61.33% from 255 or 30.47% from 512); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C29C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C29C is #5D3D63. Grayscale: #B4B4B4. Windows color (decimal): -6110564 or 10273442. OLE color: 10273442.

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

Color convert

RGB162194156-
CMYK0.1600.200.24
HSL110.53º23.75%68.63%-
HSV(B)110.53º19.59%76.08%-
XYZ40.1948.6738.73-
YUV180.1114.4115.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.64%
GREEN value IS 194 (76.17% from 255) = 37.89%
BLUE value IS 156 (61.33% from 255) = 30.47%
R=31.64%
G=37.89%
B=30.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1621941560.1600.200.24110.5323.7568.63
HexA2C29C10014186f1845
Octal242302234200243015730105
Binary10100010110000101001110010000010100110001101111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C29C; }

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

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

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

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

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

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

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

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