#A0C89B

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

Shades of Spring Rain #A0C89B

Tints of Spring Rain #A0C89B

Color information

#A0C89B (or 0xA0C89B) is unknown color: approx Spring Rain. HEX triplet: A0, C8 and 9B. RGB value is (160,200,155). Sum of RGB (Red+Green+Blue) = 160+200+155=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 200 (78.52% from 255 or 38.83% from 515); Blue value is 155 (60.94% from 255 or 30.10% from 515); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C89B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C89B is #5F3764. Grayscale: #B7B7B7. Windows color (decimal): -6240101 or 10209440. OLE color: 10209440.

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

Color convert

RGB160200155-
CMYK0.200.220.22
HSL113.33º29.03%69.61%-
HSV(B)113.33º22.5%78.43%-
XYZ41.0751.1538.72-
YUV182.91112.25111.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.07%
GREEN value IS 200 (78.52% from 255) = 38.83%
BLUE value IS 155 (60.94% from 255) = 30.10%
R=31.07%
G=38.83%
B=30.10%

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
Decimal1602001550.200.220.22113.3329.0369.61
HexA0C89B1401616711d46
Octal240310233240262616135106
Binary10100000110010001001101110100010110101101110001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C89B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C89B; }

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

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

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

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

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

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

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

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