#A0C595

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

Shades of Spring Rain #A0C595

Tints of Spring Rain #A0C595

Color information

#A0C595 (or 0xA0C595) is unknown color: approx Spring Rain. HEX triplet: A0, C5 and 95. RGB value is (160,197,149). Sum of RGB (Red+Green+Blue) = 160+197+149=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 197 (77.34% from 255 or 38.93% from 506); Blue value is 149 (58.59% from 255 or 29.45% from 506); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C595 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C595 is #5F3A6A. Grayscale: #B4B4B4. Windows color (decimal): -6240875 or 9815456. OLE color: 9815456.

HSL color Cylindrical-coordinate representation of color #A0C595: hue angle of 106.25º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A0C595 is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.

Color convert

RGB160197149-
CMYK0.1900.240.23
HSL106.25º29.27%67.84%-
HSV(B)106.25º24.37%77.25%-
XYZ39.8949.5835.9-
YUV180.46110.24113.4-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.62%
GREEN value IS 197 (77.34% from 255) = 38.93%
BLUE value IS 149 (58.59% from 255) = 29.45%
R=31.62%
G=38.93%
B=29.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1601971490.1900.240.23106.2529.2767.84
HexA0C59513018176a1d44
Octal240305225230302715235104
Binary10100000110001011001010110011011000101111101010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C595; }

 p { color: rgb(160,197,149); }

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

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

 a { background-color: rgb(160,197,149); }

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

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

 span { border-color: rgb(160,197,149); }

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