#A0CA96

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

Shades of Spring Rain #A0CA96

Tints of Spring Rain #A0CA96

Color information

#A0CA96 (or 0xA0CA96) is unknown color: approx Spring Rain. HEX triplet: A0, CA and 96. RGB value is (160,202,150). Sum of RGB (Red+Green+Blue) = 160+202+150=512 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.25% from 512); Green value is 202 (79.30% from 255 or 39.45% from 512); Blue value is 150 (58.98% from 255 or 29.30% from 512); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CA96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CA96 is #5F3569. Grayscale: #B7B7B7. Windows color (decimal): -6239594 or 9882272. OLE color: 9882272.

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

Color convert

RGB160202150-
CMYK0.2100.260.21
HSL108.46º32.91%69.02%-
HSV(B)108.46º25.74%79.22%-
XYZ41.1251.9236.71-
YUV183.51109.09111.23-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.25%
GREEN value IS 202 (79.30% from 255) = 39.45%
BLUE value IS 150 (58.98% from 255) = 29.30%
R=31.25%
G=39.45%
B=29.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1602021500.2100.260.21108.4632.9169.02
HexA0CA961501A156c2145
Octal240312226250322515441105
Binary101000001100101010010110101010110101010111011001000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CA96; }

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

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

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

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

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

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

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

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