#A2C491

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

Shades of Spring Rain #A2C491

Tints of Spring Rain #A2C491

Color information

#A2C491 (or 0xA2C491) is unknown color: approx Spring Rain. HEX triplet: A2, C4 and 91. RGB value is (162,196,145). Sum of RGB (Red+Green+Blue) = 162+196+145=503 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.21% from 503); Green value is 196 (76.95% from 255 or 38.97% from 503); Blue value is 145 (57.03% from 255 or 28.83% from 503); Max value from RGB is 196 - color contains mainly: green. Hex color #A2C491 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C491 is #5D3B6E. Grayscale: #B4B4B4. Windows color (decimal): -6110063 or 9553058. OLE color: 9553058.

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

Color convert

RGB162196145-
CMYK0.1700.260.23
HSL100º30.18%66.86%-
HSV(B)100º26.02%76.86%-
XYZ39.7549.2134.19-
YUV180.02108.24115.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.21%
GREEN value IS 196 (76.95% from 255) = 38.97%
BLUE value IS 145 (57.03% from 255) = 28.83%
R=32.21%
G=38.97%
B=28.83%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1621961450.1700.260.2310030.1866.86
HexA2C4911101A17641e43
Octal242304221210322714436103
Binary10100010110001001001000110001011010101111100100111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C491; }

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

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

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

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

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

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

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

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