#A1C895

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

Shades of Spring Rain #A1C895

Tints of Spring Rain #A1C895

Color information

#A1C895 (or 0xA1C895) is unknown color: approx Spring Rain. HEX triplet: A1, C8 and 95. RGB value is (161,200,149). Sum of RGB (Red+Green+Blue) = 161+200+149=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 200 (78.52% from 255 or 39.22% from 510); Blue value is 149 (58.59% from 255 or 29.22% from 510); Max value from RGB is 200 - color contains mainly: green. Hex color #A1C895 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C895 is #5E376A. Grayscale: #B6B6B6. Windows color (decimal): -6174571 or 9816225. OLE color: 9816225.

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

Color convert

RGB161200149-
CMYK0.1900.260.22
HSL105.88º31.68%68.43%-
HSV(B)105.88º25.5%78.43%-
XYZ40.7851.0636.14-
YUV182.52109.08112.65-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.57%
GREEN value IS 200 (78.52% from 255) = 39.22%
BLUE value IS 149 (58.59% from 255) = 29.22%
R=31.57%
G=39.22%
B=29.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1612001490.1900.260.22105.8831.6868.43
HexA1C8951301A166a2044
Octal241310225230322615240104
Binary101000011100100010010101100110110101011011010101000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C895; }

 p { color: rgb(161,200,149); }

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

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

 a { background-color: rgb(161,200,149); }

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

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

 span { border-color: rgb(161,200,149); }

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