#A0C397

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

Shades of Spring Rain #A0C397

Tints of Spring Rain #A0C397

Color information

#A0C397 (or 0xA0C397) is unknown color: approx Spring Rain. HEX triplet: A0, C3 and 97. RGB value is (160,195,151). Sum of RGB (Red+Green+Blue) = 160+195+151=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 195 (76.56% from 255 or 38.54% from 506); Blue value is 151 (59.38% from 255 or 29.84% from 506); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C397 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C397 is #5F3C68. Grayscale: #B3B3B3. Windows color (decimal): -6241385 or 9946016. OLE color: 9946016.

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

Color convert

RGB160195151-
CMYK0.1800.230.24
HSL107.73º26.83%67.84%-
HSV(B)107.73º22.56%76.47%-
XYZ39.648.7436.6-
YUV179.52111.9114.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.62%
GREEN value IS 195 (76.56% from 255) = 38.54%
BLUE value IS 151 (59.38% from 255) = 29.84%
R=31.62%
G=38.54%
B=29.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1601951510.1800.230.24107.7326.8367.84
HexA0C39712017186c1b44
Octal240303227220273015433104
Binary10100000110000111001011110010010111110001101100110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C397; }

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

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

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

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

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

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

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

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