#A2C496

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

Shades of Spring Rain #A2C496

Tints of Spring Rain #A2C496

Color information

#A2C496 (or 0xA2C496) is unknown color: approx Spring Rain. HEX triplet: A2, C4 and 96. RGB value is (162,196,150). Sum of RGB (Red+Green+Blue) = 162+196+150=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 196 (76.95% from 255 or 38.58% from 508); Blue value is 150 (58.98% from 255 or 29.53% from 508); Max value from RGB is 196 - color contains mainly: green. Hex color #A2C496 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C496 is #5D3B69. Grayscale: #B4B4B4. Windows color (decimal): -6110058 or 9880738. OLE color: 9880738.

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

Color convert

RGB162196150-
CMYK0.1700.230.23
HSL104.35º28.05%67.84%-
HSV(B)104.35º23.47%76.86%-
XYZ40.1549.3636.27-
YUV180.59110.74114.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.89%
GREEN value IS 196 (76.95% from 255) = 38.58%
BLUE value IS 150 (58.98% from 255) = 29.53%
R=31.89%
G=38.58%
B=29.53%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1621961500.1700.230.23104.3528.0567.84
HexA2C4961101717681c44
Octal242304226210272715034104
Binary10100010110001001001011010001010111101111101000111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C496; }

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

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

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

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

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

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

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

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