#A2CC9B

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

Shades of Spring Rain #A2CC9B

Tints of Spring Rain #A2CC9B

Color information

#A2CC9B (or 0xA2CC9B) is unknown color: approx Spring Rain. HEX triplet: A2, CC and 9B. RGB value is (162,204,155). Sum of RGB (Red+Green+Blue) = 162+204+155=521 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.09% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 155 (60.94% from 255 or 29.75% from 521); Max value from RGB is 204 - color contains mainly: green. Hex color #A2CC9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CC9B is #5D3364. Grayscale: #BABABA. Windows color (decimal): -6108005 or 10210466. OLE color: 10210466.

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

Color convert

RGB162204155-
CMYK0.2100.240.2
HSL111.43º32.45%70.39%-
HSV(B)111.43º24.02%80%-
XYZ42.4153.2339.05-
YUV185.86110.59110.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.09%
GREEN value IS 204 (80.08% from 255) = 39.16%
BLUE value IS 155 (60.94% from 255) = 29.75%
R=31.09%
G=39.16%
B=29.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1622041550.2100.240.2111.4332.4570.39
HexA2CC9B15018146f2046
Octal242314233250302415740106
Binary101000101100110010011011101010110001010011011111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CC9B; }

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

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

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

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

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

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

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

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