#A5C19F

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

Shades of Spring Rain #A5C19F

Tints of Spring Rain #A5C19F

Color information

#A5C19F (or 0xA5C19F) is unknown color: approx Spring Rain. HEX triplet: A5, C1 and 9F. RGB value is (165,193,159). Sum of RGB (Red+Green+Blue) = 165+193+159=517 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.91% from 517); Green value is 193 (75.78% from 255 or 37.33% from 517); Blue value is 159 (62.5% from 255 or 30.75% from 517); Max value from RGB is 193 - color contains mainly: green. Hex color #A5C19F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C19F is #5A3E60. Grayscale: #B4B4B4. Windows color (decimal): -5914209 or 10469797. OLE color: 10469797.

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

Color convert

RGB165193159-
CMYK0.1500.180.24
HSL109.41º21.52%69.02%-
HSV(B)109.41º17.62%75.69%-
XYZ40.8548.6440.04-
YUV180.75115.72116.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.91%
GREEN value IS 193 (75.78% from 255) = 37.33%
BLUE value IS 159 (62.5% from 255) = 30.75%
R=31.91%
G=37.33%
B=30.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651931590.1500.180.24109.4121.5269.02
HexA5C19FF012186d1645
Octal245301237170223015526105
Binary1010010111000001100111111111010010110001101101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C19F; }

 p { color: rgb(165,193,159); }

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

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

 a { background-color: rgb(165,193,159); }

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

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

 span { border-color: rgb(165,193,159); }

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