#A2C197

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

Shades of Spring Rain #A2C197

Tints of Spring Rain #A2C197

Color information

#A2C197 (or 0xA2C197) is unknown color: approx Spring Rain. HEX triplet: A2, C1 and 97. RGB value is (162,193,151). Sum of RGB (Red+Green+Blue) = 162+193+151=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 193 (75.78% from 255 or 38.14% from 506); Blue value is 151 (59.38% from 255 or 29.84% from 506); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C197 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C197 is #5D3E68. Grayscale: #B3B3B3. Windows color (decimal): -6110825 or 9945506. OLE color: 9945506.

HSL color Cylindrical-coordinate representation of color #A2C197: hue angle of 104.29º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A2C197 is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB162193151-
CMYK0.1600.220.24
HSL104.29º25.3%67.45%-
HSV(B)104.29º21.76%75.69%-
XYZ39.5648.0636.47-
YUV178.94112.23115.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.02%
GREEN value IS 193 (75.78% from 255) = 38.14%
BLUE value IS 151 (59.38% from 255) = 29.84%
R=32.02%
G=38.14%
B=29.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1621931510.1600.220.24104.2925.367.45
HexA2C1971001618681943
Octal242301227200263015031103
Binary10100010110000011001011110000010110110001101000110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C197; }

 p { color: rgb(162,193,151); }

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

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

 a { background-color: rgb(162,193,151); }

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

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

 span { border-color: rgb(162,193,151); }

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