#A1C397

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

Shades of Spring Rain #A1C397

Tints of Spring Rain #A1C397

Color information

#A1C397 (or 0xA1C397) is unknown color: approx Spring Rain. HEX triplet: A1, C3 and 97. RGB value is (161,195,151). Sum of RGB (Red+Green+Blue) = 161+195+151=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 195 (76.56% from 255 or 38.46% from 507); Blue value is 151 (59.38% from 255 or 29.78% from 507); Max value from RGB is 195 - color contains mainly: green. Hex color #A1C397 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C397 is #5E3C68. Grayscale: #B3B3B3. Windows color (decimal): -6175849 or 9946017. OLE color: 9946017.

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

Color convert

RGB161195151-
CMYK0.1700.230.24
HSL106.36º26.83%67.84%-
HSV(B)106.36º22.56%76.47%-
XYZ39.848.8436.61-
YUV179.82111.74114.58-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.76%
GREEN value IS 195 (76.56% from 255) = 38.46%
BLUE value IS 151 (59.38% from 255) = 29.78%
R=31.76%
G=38.46%
B=29.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1611951510.1700.230.24106.3626.8367.84
HexA1C39711017186a1b44
Octal241303227210273015233104
Binary10100001110000111001011110001010111110001101010110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C397; }

 p { color: rgb(161,195,151); }

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

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

 a { background-color: rgb(161,195,151); }

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

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

 span { border-color: rgb(161,195,151); }

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