#A0C39C

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

Shades of Spring Rain #A0C39C

Tints of Spring Rain #A0C39C

Color information

#A0C39C (or 0xA0C39C) is unknown color: approx Spring Rain. HEX triplet: A0, C3 and 9C. RGB value is (160,195,156). Sum of RGB (Red+Green+Blue) = 160+195+156=511 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.31% from 511); Green value is 195 (76.56% from 255 or 38.16% from 511); Blue value is 156 (61.33% from 255 or 30.53% from 511); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C39C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C39C is #5F3C63. Grayscale: #B4B4B4. Windows color (decimal): -6241380 or 10273696. OLE color: 10273696.

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

Color convert

RGB160195156-
CMYK0.1800.200.24
HSL113.85º24.53%68.82%-
HSV(B)113.85º20%76.47%-
XYZ40.0148.938.78-
YUV180.09114.4113.67-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.31%
GREEN value IS 195 (76.56% from 255) = 38.16%
BLUE value IS 156 (61.33% from 255) = 30.53%
R=31.31%
G=38.16%
B=30.53%

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
Decimal1601951560.1800.200.24113.8524.5368.82
HexA0C39C1201418721945
Octal240303234220243016231105
Binary10100000110000111001110010010010100110001110010110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C39C; }

 p { color: rgb(160,195,156); }

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

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

 a { background-color: rgb(160,195,156); }

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

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

 span { border-color: rgb(160,195,156); }

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