#A5C19D

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

Shades of Spring Rain #A5C19D

Tints of Spring Rain #A5C19D

Color information

#A5C19D (or 0xA5C19D) is unknown color: approx Spring Rain. HEX triplet: A5, C1 and 9D. RGB value is (165,193,157). Sum of RGB (Red+Green+Blue) = 165+193+157=515 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.04% from 515); Green value is 193 (75.78% from 255 or 37.48% from 515); Blue value is 157 (61.72% from 255 or 30.49% from 515); Max value from RGB is 193 - color contains mainly: green. Hex color #A5C19D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C19D is #5A3E62. Grayscale: #B4B4B4. Windows color (decimal): -5914211 or 10338725. OLE color: 10338725.

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

Color convert

RGB165193157-
CMYK0.1500.190.24
HSL106.67º22.5%68.63%-
HSV(B)106.67º18.65%75.69%-
XYZ40.6748.5739.13-
YUV180.52114.72116.93-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.04%
GREEN value IS 193 (75.78% from 255) = 37.48%
BLUE value IS 157 (61.72% from 255) = 30.49%
R=32.04%
G=37.48%
B=30.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651931570.1500.190.24106.6722.568.63
HexA5C19DF013186b1745
Octal245301235170233015327105
Binary1010010111000001100111011111010011110001101011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C19D; }

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

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

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

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

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

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

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

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