#A2CD9D

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

Shades of Spring Rain #A2CD9D

Tints of Spring Rain #A2CD9D

Color information

#A2CD9D (or 0xA2CD9D) is unknown color: approx Spring Rain. HEX triplet: A2, CD and 9D. RGB value is (162,205,157). Sum of RGB (Red+Green+Blue) = 162+205+157=524 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.92% from 524); Green value is 205 (80.47% from 255 or 39.12% from 524); Blue value is 157 (61.72% from 255 or 29.96% from 524); Max value from RGB is 205 - color contains mainly: green. Hex color #A2CD9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CD9D is #5D3262. Grayscale: #BABABA. Windows color (decimal): -6107747 or 10341794. OLE color: 10341794.

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

Color convert

RGB162205157-
CMYK0.2100.230.20
HSL113.75º32.43%70.98%-
HSV(B)113.75º23.41%80.39%-
XYZ42.8253.7840.02-
YUV186.67111.25110.4-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.92%
GREEN value IS 205 (80.47% from 255) = 39.12%
BLUE value IS 157 (61.72% from 255) = 29.96%
R=30.92%
G=39.12%
B=29.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1622051570.2100.230.20113.7532.4370.98
HexA2CD9D1501714722047
Octal242315235250272416240107
Binary101000101100110110011101101010101111010011100101000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CD9D; }

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

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

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

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

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

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

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

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