#A2C495

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

Shades of Spring Rain #A2C495

Tints of Spring Rain #A2C495

Color information

#A2C495 (or 0xA2C495) is unknown color: approx Spring Rain. HEX triplet: A2, C4 and 95. RGB value is (162,196,149). Sum of RGB (Red+Green+Blue) = 162+196+149=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 196 (76.95% from 255 or 38.66% from 507); Blue value is 149 (58.59% from 255 or 29.39% from 507); Max value from RGB is 196 - color contains mainly: green. Hex color #A2C495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C495 is #5D3B6A. Grayscale: #B4B4B4. Windows color (decimal): -6110059 or 9815202. OLE color: 9815202.

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

Color convert

RGB162196149-
CMYK0.1700.240.23
HSL103.4º28.48%67.65%-
HSV(B)103.4º23.98%76.86%-
XYZ40.0749.3335.84-
YUV180.48110.24114.82-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.95%
GREEN value IS 196 (76.95% from 255) = 38.66%
BLUE value IS 149 (58.59% from 255) = 29.39%
R=31.95%
G=38.66%
B=29.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1621961490.1700.240.23103.428.4867.65
HexA2C4951101817671c44
Octal242304225210302714734104
Binary10100010110001001001010110001011000101111100111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C495; }

 p { color: rgb(162,196,149); }

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

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

 a { background-color: rgb(162,196,149); }

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

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

 span { border-color: rgb(162,196,149); }

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