#A0C29B

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

Shades of Spring Rain #A0C29B

Tints of Spring Rain #A0C29B

Color information

#A0C29B (or 0xA0C29B) is unknown color: approx Spring Rain. HEX triplet: A0, C2 and 9B. RGB value is (160,194,155). Sum of RGB (Red+Green+Blue) = 160+194+155=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 194 (76.17% from 255 or 38.11% from 509); Blue value is 155 (60.94% from 255 or 30.45% from 509); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C29B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C29B is #5F3D64. Grayscale: #B3B3B3. Windows color (decimal): -6241637 or 10207904. OLE color: 10207904.

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

Color convert

RGB160194155-
CMYK0.1800.200.24
HSL112.31º24.22%68.43%-
HSV(B)112.31º20.1%76.08%-
XYZ39.7148.4238.26-
YUV179.39114.24114.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.43%
GREEN value IS 194 (76.17% from 255) = 38.11%
BLUE value IS 155 (60.94% from 255) = 30.45%
R=31.43%
G=38.11%
B=30.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1601941550.1800.200.24112.3124.2268.43
HexA0C29B1201418701844
Octal240302233220243016030104
Binary10100000110000101001101110010010100110001110000110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C29B; }

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

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

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

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

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

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

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

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