#A1C29D

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

Shades of Spring Rain #A1C29D

Tints of Spring Rain #A1C29D

Color information

#A1C29D (or 0xA1C29D) is unknown color: approx Spring Rain. HEX triplet: A1, C2 and 9D. RGB value is (161,194,157). Sum of RGB (Red+Green+Blue) = 161+194+157=512 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.45% from 512); Green value is 194 (76.17% from 255 or 37.89% from 512); Blue value is 157 (61.72% from 255 or 30.66% from 512); Max value from RGB is 194 - color contains mainly: green. Hex color #A1C29D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C29D is #5E3D62. Grayscale: #B4B4B4. Windows color (decimal): -6176099 or 10338977. OLE color: 10338977.

HSL color Cylindrical-coordinate representation of color #A1C29D: hue angle of 113.51º 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 #A1C29D is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB161194157-
CMYK0.1700.190.24
HSL113.51º23.27%68.82%-
HSV(B)113.51º19.07%76.08%-
XYZ40.0848.5939.17-
YUV179.92115.07114.51-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.45%
GREEN value IS 194 (76.17% from 255) = 37.89%
BLUE value IS 157 (61.72% from 255) = 30.66%
R=31.45%
G=37.89%
B=30.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1611941570.1700.190.24113.5123.2768.82
HexA1C29D1101318721745
Octal241302235210233016227105
Binary10100001110000101001110110001010011110001110010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C29D; }

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

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

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

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

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

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

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

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