#A3CD9F

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

Shades of Spring Rain #A3CD9F

Tints of Spring Rain #A3CD9F

Color information

#A3CD9F (or 0xA3CD9F) is unknown color: approx Spring Rain. HEX triplet: A3, CD and 9F. RGB value is (163,205,159). Sum of RGB (Red+Green+Blue) = 163+205+159=527 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.93% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 159 (62.5% from 255 or 30.17% from 527); Max value from RGB is 205 - color contains mainly: green. Hex color #A3CD9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CD9F is #5C3260. Grayscale: #BBBBBB. Windows color (decimal): -6042209 or 10472867. OLE color: 10472867.

HSL color Cylindrical-coordinate representation of color #A3CD9F: hue angle of 114.78º degrees, saturation: 0.32, 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 #A3CD9F is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB163205159-
CMYK0.2000.220.20
HSL114.78º31.51%71.37%-
HSV(B)114.78º22.44%80.39%-
XYZ43.1953.9540.94-
YUV187.2112.09110.74-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.93%
GREEN value IS 205 (80.47% from 255) = 38.90%
BLUE value IS 159 (62.5% from 255) = 30.17%
R=30.93%
G=38.90%
B=30.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1632051590.2000.220.20114.7831.5171.37
HexA3CD9F1401614732047
Octal243315237240262416340107
Binary101000111100110110011111101000101101010011100111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CD9F; }

 p { color: rgb(163,205,159); }

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

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

 a { background-color: rgb(163,205,159); }

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

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

 span { border-color: rgb(163,205,159); }

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