#A5C297

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

Shades of Spring Rain #A5C297

Tints of Spring Rain #A5C297

Color information

#A5C297 (or 0xA5C297) is unknown color: approx Spring Rain. HEX triplet: A5, C2 and 97. RGB value is (165,194,151). Sum of RGB (Red+Green+Blue) = 165+194+151=510 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.35% from 510); Green value is 194 (76.17% from 255 or 38.04% from 510); Blue value is 151 (59.38% from 255 or 29.61% from 510); Max value from RGB is 194 - color contains mainly: green. Hex color #A5C297 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C297 is #5A3D68. Grayscale: #B4B4B4. Windows color (decimal): -5913961 or 9945765. OLE color: 9945765.

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

Color convert

RGB165194151-
CMYK0.1500.220.24
HSL100.47º26.06%67.65%-
HSV(B)100.47º22.16%76.08%-
XYZ40.3948.8236.57-
YUV180.43111.39117-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.35%
GREEN value IS 194 (76.17% from 255) = 38.04%
BLUE value IS 151 (59.38% from 255) = 29.61%
R=32.35%
G=38.04%
B=29.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651941510.1500.220.24100.4726.0667.65
HexA5C297F01618641a44
Octal245302227170263014432104
Binary1010010111000010100101111111010110110001100100110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C297; }

 p { color: rgb(165,194,151); }

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

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

 a { background-color: rgb(165,194,151); }

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

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

 span { border-color: rgb(165,194,151); }

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