#A2C29A

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

Shades of Spring Rain #A2C29A

Tints of Spring Rain #A2C29A

Color information

#A2C29A (or 0xA2C29A) is unknown color: approx Spring Rain. HEX triplet: A2, C2 and 9A. RGB value is (162,194,154). Sum of RGB (Red+Green+Blue) = 162+194+154=510 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.76% from 510); Green value is 194 (76.17% from 255 or 38.04% from 510); Blue value is 154 (60.55% from 255 or 30.20% from 510); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C29A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C29A is #5D3D65. Grayscale: #B4B4B4. Windows color (decimal): -6110566 or 10142370. OLE color: 10142370.

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

Color convert

RGB162194154-
CMYK0.1600.210.24
HSL108º24.69%68.24%-
HSV(B)108º20.62%76.08%-
XYZ40.0248.637.84-
YUV179.87113.4115.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.76%
GREEN value IS 194 (76.17% from 255) = 38.04%
BLUE value IS 154 (60.55% from 255) = 30.20%
R=31.76%
G=38.04%
B=30.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1621941540.1600.210.2410824.6968.24
HexA2C29A10015186c1944
Octal242302232200253015431104
Binary10100010110000101001101010000010101110001101100110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C29A; }

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

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

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

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

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

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

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

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