#A1C29B

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

Shades of Spring Rain #A1C29B

Tints of Spring Rain #A1C29B

Color information

#A1C29B (or 0xA1C29B) is unknown color: approx Spring Rain. HEX triplet: A1, C2 and 9B. RGB value is (161,194,155). Sum of RGB (Red+Green+Blue) = 161+194+155=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 194 (76.17% from 255 or 38.04% from 510); Blue value is 155 (60.94% from 255 or 30.39% from 510); Max value from RGB is 194 - color contains mainly: green. Hex color #A1C29B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C29B is #5E3D64. Grayscale: #B3B3B3. Windows color (decimal): -6176101 or 10207905. OLE color: 10207905.

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

Color convert

RGB161194155-
CMYK0.1700.200.24
HSL110.77º24.22%68.43%-
HSV(B)110.77º20.1%76.08%-
XYZ39.9148.5338.27-
YUV179.69114.07114.67-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.57%
GREEN value IS 194 (76.17% from 255) = 38.04%
BLUE value IS 155 (60.94% from 255) = 30.39%
R=31.57%
G=38.04%
B=30.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1611941550.1700.200.24110.7724.2268.43
HexA1C29B11014186f1844
Octal241302233210243015730104
Binary10100001110000101001101110001010100110001101111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C29B; }

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

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

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

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

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

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

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

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