#A2CD9C

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

Shades of Spring Rain #A2CD9C

Tints of Spring Rain #A2CD9C

Color information

#A2CD9C (or 0xA2CD9C) is unknown color: approx Spring Rain. HEX triplet: A2, CD and 9C. RGB value is (162,205,156). Sum of RGB (Red+Green+Blue) = 162+205+156=523 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.98% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 156 (61.33% from 255 or 29.83% from 523); Max value from RGB is 205 - color contains mainly: green. Hex color #A2CD9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CD9C is #5D3263. Grayscale: #BABABA. Windows color (decimal): -6107748 or 10276258. OLE color: 10276258.

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

Color convert

RGB162205156-
CMYK0.2100.240.20
HSL112.65º32.89%70.78%-
HSV(B)112.65º23.9%80.39%-
XYZ42.7353.7439.57-
YUV186.56110.75110.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.98%
GREEN value IS 205 (80.47% from 255) = 39.20%
BLUE value IS 156 (61.33% from 255) = 29.83%
R=30.98%
G=39.20%
B=29.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1622051560.2100.240.20112.6532.8970.78
HexA2CD9C1501814712147
Octal242315234250302416141107
Binary101000101100110110011100101010110001010011100011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CD9C; }

 p { color: rgb(162,205,156); }

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

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

 a { background-color: rgb(162,205,156); }

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

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

 span { border-color: rgb(162,205,156); }

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