#A1C69D

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

Shades of Spring Rain #A1C69D

Tints of Spring Rain #A1C69D

Color information

#A1C69D (or 0xA1C69D) is unknown color: approx Spring Rain. HEX triplet: A1, C6 and 9D. RGB value is (161,198,157). Sum of RGB (Red+Green+Blue) = 161+198+157=516 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.20% from 516); Green value is 198 (77.73% from 255 or 38.37% from 516); Blue value is 157 (61.72% from 255 or 30.43% from 516); Max value from RGB is 198 - color contains mainly: green. Hex color #A1C69D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C69D is #5E3962. Grayscale: #B6B6B6. Windows color (decimal): -6175075 or 10340001. OLE color: 10340001.

HSL color Cylindrical-coordinate representation of color #A1C69D: hue angle of 114.15º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1C69D is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB161198157-
CMYK0.1900.210.22
HSL114.15º26.45%69.61%-
HSV(B)114.15º20.71%77.65%-
XYZ40.9850.439.47-
YUV182.26113.74112.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.20%
GREEN value IS 198 (77.73% from 255) = 38.37%
BLUE value IS 157 (61.72% from 255) = 30.43%
R=31.20%
G=38.37%
B=30.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1611981570.1900.210.22114.1526.4569.61
HexA1C69D1301516721a46
Octal241306235230252616232106
Binary10100001110001101001110110011010101101101110010110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C69D; }

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

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

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

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

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

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

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

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