#A2C29B

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

Shades of Spring Rain #A2C29B

Tints of Spring Rain #A2C29B

Color information

#A2C29B (or 0xA2C29B) is unknown color: approx Spring Rain. HEX triplet: A2, C2 and 9B. RGB value is (162,194,155). Sum of RGB (Red+Green+Blue) = 162+194+155=511 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.70% from 511); Green value is 194 (76.17% from 255 or 37.96% from 511); Blue value is 155 (60.94% from 255 or 30.33% from 511); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C29B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C29B is #5D3D64. Grayscale: #B4B4B4. Windows color (decimal): -6110565 or 10207906. OLE color: 10207906.

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

Color convert

RGB162194155-
CMYK0.1600.200.24
HSL109.23º24.22%68.43%-
HSV(B)109.23º20.1%76.08%-
XYZ40.1148.6338.28-
YUV179.99113.9115.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.70%
GREEN value IS 194 (76.17% from 255) = 37.96%
BLUE value IS 155 (60.94% from 255) = 30.33%
R=31.70%
G=37.96%
B=30.33%

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
Decimal1621941550.1600.200.24109.2324.2268.43
HexA2C29B10014186d1844
Octal242302233200243015530104
Binary10100010110000101001101110000010100110001101101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C29B; }

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

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

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

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

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

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

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

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