#A5C39E

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

Shades of Spring Rain #A5C39E

Tints of Spring Rain #A5C39E

Color information

#A5C39E (or 0xA5C39E) is unknown color: approx Spring Rain. HEX triplet: A5, C3 and 9E. RGB value is (165,195,158). Sum of RGB (Red+Green+Blue) = 165+195+158=518 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.85% from 518); Green value is 195 (76.56% from 255 or 37.64% from 518); Blue value is 158 (62.11% from 255 or 30.50% from 518); Max value from RGB is 195 - color contains mainly: green. Hex color #A5C39E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C39E is #5A3C61. Grayscale: #B5B5B5. Windows color (decimal): -5913698 or 10404773. OLE color: 10404773.

HSL color Cylindrical-coordinate representation of color #A5C39E: hue angle of 108.65º degrees, saturation: 0.24, 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 #A5C39E is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB165195158-
CMYK0.1500.190.24
HSL108.65º23.57%69.22%-
HSV(B)108.65º18.97%76.47%-
XYZ41.249.539.73-
YUV181.81114.56116.01-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.85%
GREEN value IS 195 (76.56% from 255) = 37.64%
BLUE value IS 158 (62.11% from 255) = 30.50%
R=31.85%
G=37.64%
B=30.50%

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
Decimal1651951580.1500.190.24108.6523.5769.22
HexA5C39EF013186d1845
Octal245303236170233015530105
Binary1010010111000011100111101111010011110001101101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C39E; }

 p { color: rgb(165,195,158); }

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

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

 a { background-color: rgb(165,195,158); }

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

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

 span { border-color: rgb(165,195,158); }

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