#A0C697

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

Shades of Spring Rain #A0C697

Tints of Spring Rain #A0C697

Color information

#A0C697 (or 0xA0C697) is unknown color: approx Spring Rain. HEX triplet: A0, C6 and 97. RGB value is (160,198,151). Sum of RGB (Red+Green+Blue) = 160+198+151=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 198 (77.73% from 255 or 38.90% from 509); Blue value is 151 (59.38% from 255 or 29.67% from 509); Max value from RGB is 198 - color contains mainly: green. Hex color #A0C697 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C697 is #5F3968. Grayscale: #B5B5B5. Windows color (decimal): -6240617 or 9946784. OLE color: 9946784.

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

Color convert

RGB160198151-
CMYK0.1900.240.22
HSL108.51º29.19%68.43%-
HSV(B)108.51º23.74%77.65%-
XYZ40.2850.136.82-
YUV181.28110.91112.82-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.43%
GREEN value IS 198 (77.73% from 255) = 38.90%
BLUE value IS 151 (59.38% from 255) = 29.67%
R=31.43%
G=38.90%
B=29.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1601981510.1900.240.22108.5129.1968.43
HexA0C69713018166d1d44
Octal240306227230302615535104
Binary10100000110001101001011110011011000101101101101111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C697; }

 p { color: rgb(160,198,151); }

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

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

 a { background-color: rgb(160,198,151); }

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

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

 span { border-color: rgb(160,198,151); }

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