#A0C89D

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

Shades of Spring Rain #A0C89D

Tints of Spring Rain #A0C89D

Color information

#A0C89D (or 0xA0C89D) is unknown color: approx Spring Rain. HEX triplet: A0, C8 and 9D. RGB value is (160,200,157). Sum of RGB (Red+Green+Blue) = 160+200+157=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 200 (78.52% from 255 or 38.68% from 517); Blue value is 157 (61.72% from 255 or 30.37% from 517); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C89D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C89D is #5F3762. Grayscale: #B7B7B7. Windows color (decimal): -6240099 or 10340512. OLE color: 10340512.

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

Color convert

RGB160200157-
CMYK0.200.220.22
HSL115.81º28.1%70%-
HSV(B)115.81º21.5%78.43%-
XYZ41.2451.2239.61-
YUV183.14113.25111.5-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.95%
GREEN value IS 200 (78.52% from 255) = 38.68%
BLUE value IS 157 (61.72% from 255) = 30.37%
R=30.95%
G=38.68%
B=30.37%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1602001570.200.220.22115.8128.170
HexA0C89D1401616741c46
Octal240310235240262616434106
Binary10100000110010001001110110100010110101101110100111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C89D; }

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

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

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

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

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

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

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

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