#A2CC9A

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

Shades of Spring Rain #A2CC9A

Tints of Spring Rain #A2CC9A

Color information

#A2CC9A (or 0xA2CC9A) is unknown color: approx Spring Rain. HEX triplet: A2, CC and 9A. RGB value is (162,204,154). Sum of RGB (Red+Green+Blue) = 162+204+154=520 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.15% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 154 (60.55% from 255 or 29.62% from 520); Max value from RGB is 204 - color contains mainly: green. Hex color #A2CC9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CC9A is #5D3365. Grayscale: #B9B9B9. Windows color (decimal): -6108006 or 10144930. OLE color: 10144930.

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

Color convert

RGB162204154-
CMYK0.2100.250.2
HSL110.4º32.89%70.2%-
HSV(B)110.4º24.51%80%-
XYZ42.3353.238.61-
YUV185.74110.09111.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.15%
GREEN value IS 204 (80.08% from 255) = 39.23%
BLUE value IS 154 (60.55% from 255) = 29.62%
R=31.15%
G=39.23%
B=29.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1622041540.2100.250.2110.432.8970.2
HexA2CC9A15019146e2146
Octal242314232250312415641106
Binary101000101100110010011010101010110011010011011101000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CC9A; }

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

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

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

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

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

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

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

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