#A9CA9D

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

Shades of Spring Rain #A9CA9D

Tints of Spring Rain #A9CA9D

Color information

#A9CA9D (or 0xA9CA9D) is unknown color: approx Spring Rain. HEX triplet: A9, CA and 9D. RGB value is (169,202,157). Sum of RGB (Red+Green+Blue) = 169+202+157=528 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.01% from 528); Green value is 202 (79.30% from 255 or 38.26% from 528); Blue value is 157 (61.72% from 255 or 29.73% from 528); Max value from RGB is 202 - color contains mainly: green. Hex color #A9CA9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CA9D is #563562. Grayscale: #BBBBBB. Windows color (decimal): -5649763 or 10341033. OLE color: 10341033.

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

Color convert

RGB169202157-
CMYK0.1600.220.21
HSL104º29.8%70.39%-
HSV(B)104º22.28%79.22%-
XYZ43.5753.1139.85-
YUV187111.07115.16-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.01%
GREEN value IS 202 (79.30% from 255) = 38.26%
BLUE value IS 157 (61.72% from 255) = 29.73%
R=32.01%
G=38.26%
B=29.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1692021570.1600.220.2110429.870.39
HexA9CA9D1001615681e46
Octal251312235200262515036106
Binary10101001110010101001110110000010110101011101000111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CA9D; }

 p { color: rgb(169,202,157); }

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

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

 a { background-color: rgb(169,202,157); }

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

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

 span { border-color: rgb(169,202,157); }

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