#A0C29F

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

Shades of Spring Rain #A0C29F

Tints of Spring Rain #A0C29F

Color information

#A0C29F (or 0xA0C29F) is unknown color: approx Spring Rain. HEX triplet: A0, C2 and 9F. RGB value is (160,194,159). Sum of RGB (Red+Green+Blue) = 160+194+159=513 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.19% from 513); Green value is 194 (76.17% from 255 or 37.82% from 513); Blue value is 159 (62.5% from 255 or 30.99% from 513); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C29F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C29F is #5F3D60. Grayscale: #B3B3B3. Windows color (decimal): -6241633 or 10470048. OLE color: 10470048.

HSL color Cylindrical-coordinate representation of color #A0C29F: hue angle of 118.29º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A0C29F is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB160194159-
CMYK0.1800.180.24
HSL118.29º22.29%69.22%-
HSV(B)118.29º18.04%76.08%-
XYZ40.0548.5640.06-
YUV179.84116.24113.85-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.19%
GREEN value IS 194 (76.17% from 255) = 37.82%
BLUE value IS 159 (62.5% from 255) = 30.99%
R=31.19%
G=37.82%
B=30.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1601941590.1800.180.24118.2922.2969.22
HexA0C29F1201218761645
Octal240302237220223016626105
Binary10100000110000101001111110010010010110001110110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C29F; }

 p { color: rgb(160,194,159); }

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

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

 a { background-color: rgb(160,194,159); }

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

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

 span { border-color: rgb(160,194,159); }

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