#A2CCA0

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

Shades of Spring Rain #A2CCA0

Tints of Spring Rain #A2CCA0

Color information

#A2CCA0 (or 0xA2CCA0) is unknown color: approx Spring Rain. HEX triplet: A2, CC and A0. RGB value is (162,204,160). Sum of RGB (Red+Green+Blue) = 162+204+160=526 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.80% from 526); Green value is 204 (80.08% from 255 or 38.78% from 526); Blue value is 160 (62.89% from 255 or 30.42% from 526); Max value from RGB is 204 - color contains mainly: green. Hex color #A2CCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CCA0 is #5D335F. Grayscale: #BABABA. Windows color (decimal): -6108000 or 10538146. OLE color: 10538146.

HSL color Cylindrical-coordinate representation of color #A2CCA0: hue angle of 117.27º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A2CCA0 is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB162204160-
CMYK0.2100.220.2
HSL117.27º30.14%71.37%-
HSV(B)117.27º21.57%80%-
XYZ42.8453.4141.31-
YUV186.43113.09110.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.80%
GREEN value IS 204 (80.08% from 255) = 38.78%
BLUE value IS 160 (62.89% from 255) = 30.42%
R=30.80%
G=38.78%
B=30.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1622041600.2100.220.2117.2730.1471.37
HexA2CCA01501614751e47
Octal242314240250262416536107
Binary10100010110011001010000010101010110101001110101111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CCA0; }

 p { color: rgb(162,204,160); }

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

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

 a { background-color: rgb(162,204,160); }

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

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

 span { border-color: rgb(162,204,160); }

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