#A1CD9F

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

Shades of Spring Rain #A1CD9F

Tints of Spring Rain #A1CD9F

Color information

#A1CD9F (or 0xA1CD9F) is unknown color: approx Spring Rain. HEX triplet: A1, CD and 9F. RGB value is (161,205,159). Sum of RGB (Red+Green+Blue) = 161+205+159=525 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.67% from 525); Green value is 205 (80.47% from 255 or 39.05% from 525); Blue value is 159 (62.5% from 255 or 30.29% from 525); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CD9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CD9F is #5E3260. Grayscale: #BABABA. Windows color (decimal): -6173281 or 10472865. OLE color: 10472865.

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

Color convert

RGB161205159-
CMYK0.2100.220.20
HSL117.39º31.51%71.37%-
HSV(B)117.39º22.44%80.39%-
XYZ42.7953.7440.92-
YUV186.6112.42109.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.67%
GREEN value IS 205 (80.47% from 255) = 39.05%
BLUE value IS 159 (62.5% from 255) = 30.29%
R=30.67%
G=39.05%
B=30.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1612051590.2100.220.20117.3931.5171.37
HexA1CD9F1501614752047
Octal241315237250262416540107
Binary101000011100110110011111101010101101010011101011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CD9F; }

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

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

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

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

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

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

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

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