#A0CA9D

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

Shades of Spring Rain #A0CA9D

Tints of Spring Rain #A0CA9D

Color information

#A0CA9D (or 0xA0CA9D) is unknown color: approx Spring Rain. HEX triplet: A0, CA and 9D. RGB value is (160,202,157). Sum of RGB (Red+Green+Blue) = 160+202+157=519 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.83% from 519); Green value is 202 (79.30% from 255 or 38.92% from 519); Blue value is 157 (61.72% from 255 or 30.25% from 519); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CA9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CA9D is #5F3562. Grayscale: #B8B8B8. Windows color (decimal): -6239587 or 10341024. OLE color: 10341024.

HSL color Cylindrical-coordinate representation of color #A0CA9D: hue angle of 116º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0CA9D is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB160202157-
CMYK0.2100.220.21
HSL116º29.8%70.39%-
HSV(B)116º22.28%79.22%-
XYZ41.752.1539.77-
YUV184.31112.59110.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.83%
GREEN value IS 202 (79.30% from 255) = 38.92%
BLUE value IS 157 (61.72% from 255) = 30.25%
R=30.83%
G=38.92%
B=30.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1602021570.2100.220.2111629.870.39
HexA0CA9D1501615741e46
Octal240312235250262516436106
Binary10100000110010101001110110101010110101011110100111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CA9D; }

 p { color: rgb(160,202,157); }

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

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

 a { background-color: rgb(160,202,157); }

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

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

 span { border-color: rgb(160,202,157); }

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