#A2C097

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

Shades of Spring Rain #A2C097

Tints of Spring Rain #A2C097

Color information

#A2C097 (or 0xA2C097) is unknown color: approx Spring Rain. HEX triplet: A2, C0 and 97. RGB value is (162,192,151). Sum of RGB (Red+Green+Blue) = 162+192+151=505 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.08% from 505); Green value is 192 (75.39% from 255 or 38.02% from 505); Blue value is 151 (59.38% from 255 or 29.90% from 505); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C097 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C097 is #5D3F68. Grayscale: #B2B2B2. Windows color (decimal): -6111081 or 9945250. OLE color: 9945250.

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

Color convert

RGB162192151-
CMYK0.1600.210.25
HSL103.9º24.55%67.25%-
HSV(B)103.9º21.35%75.29%-
XYZ39.3447.6236.4-
YUV178.36112.56116.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.08%
GREEN value IS 192 (75.39% from 255) = 38.02%
BLUE value IS 151 (59.38% from 255) = 29.90%
R=32.08%
G=38.02%
B=29.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621921510.1600.210.25103.924.5567.25
HexA2C0971001519681943
Octal242300227200253115031103
Binary10100010110000001001011110000010101110011101000110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C097; }

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

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

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

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

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

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

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

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