#A5CA9A

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

Shades of Spring Rain #A5CA9A

Tints of Spring Rain #A5CA9A

Color information

#A5CA9A (or 0xA5CA9A) is unknown color: approx Spring Rain. HEX triplet: A5, CA and 9A. RGB value is (165,202,154). Sum of RGB (Red+Green+Blue) = 165+202+154=521 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.67% from 521); Green value is 202 (79.30% from 255 or 38.77% from 521); Blue value is 154 (60.55% from 255 or 29.56% from 521); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CA9A is #5A3565. Grayscale: #B9B9B9. Windows color (decimal): -5911910 or 10144421. OLE color: 10144421.

HSL color Cylindrical-coordinate representation of color #A5CA9A: hue angle of 106.25º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A5CA9A is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB165202154-
CMYK0.1800.240.21
HSL106.25º31.17%69.8%-
HSV(B)106.25º23.76%79.22%-
XYZ42.4752.5738.48-
YUV185.46110.24113.4-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.67%
GREEN value IS 202 (79.30% from 255) = 38.77%
BLUE value IS 154 (60.55% from 255) = 29.56%
R=31.67%
G=38.77%
B=29.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1652021540.1800.240.21106.2531.1769.8
HexA5CA9A12018156a1f46
Octal245312232220302515237106
Binary10100101110010101001101010010011000101011101010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CA9A; }

 p { color: rgb(165,202,154); }

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

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

 a { background-color: rgb(165,202,154); }

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

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

 span { border-color: rgb(165,202,154); }

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