#A8CA9A

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

Shades of Spring Rain #A8CA9A

Tints of Spring Rain #A8CA9A

Color information

#A8CA9A (or 0xA8CA9A) is unknown color: approx Spring Rain. HEX triplet: A8, CA and 9A. RGB value is (168,202,154). Sum of RGB (Red+Green+Blue) = 168+202+154=524 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.06% from 524); Green value is 202 (79.30% from 255 or 38.55% from 524); Blue value is 154 (60.55% from 255 or 29.39% from 524); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CA9A is #573565. Grayscale: #BABABA. Windows color (decimal): -5715302 or 10144424. OLE color: 10144424.

HSL color Cylindrical-coordinate representation of color #A8CA9A: hue angle of 102.5º 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 #A8CA9A is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB168202154-
CMYK0.1700.240.21
HSL102.5º31.17%69.8%-
HSV(B)102.5º23.76%79.22%-
XYZ43.152.938.51-
YUV186.36109.74114.9-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.06%
GREEN value IS 202 (79.30% from 255) = 38.55%
BLUE value IS 154 (60.55% from 255) = 29.39%
R=32.06%
G=38.55%
B=29.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1682021540.1700.240.21102.531.1769.8
HexA8CA9A1101815661f46
Octal250312232210302514637106
Binary10101000110010101001101010001011000101011100110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CA9A; }

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

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

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

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

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

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

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

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