#A8C09C

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

Shades of Spring Rain #A8C09C

Tints of Spring Rain #A8C09C

Color information

#A8C09C (or 0xA8C09C) is unknown color: approx Spring Rain. HEX triplet: A8, C0 and 9C. RGB value is (168,192,156). Sum of RGB (Red+Green+Blue) = 168+192+156=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 192 (75.39% from 255 or 37.21% from 516); Blue value is 156 (61.33% from 255 or 30.23% from 516); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C09C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C09C is #573F63. Grayscale: #B4B4B4. Windows color (decimal): -5717860 or 10272936. OLE color: 10272936.

HSL color Cylindrical-coordinate representation of color #A8C09C: hue angle of 100º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A8C09C is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB168192156-
CMYK0.1200.190.25
HSL100º22.22%68.24%-
HSV(B)100º18.75%75.29%-
XYZ4148.4238.64-
YUV180.72114.05118.93-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.56%
GREEN value IS 192 (75.39% from 255) = 37.21%
BLUE value IS 156 (61.33% from 255) = 30.23%
R=32.56%
G=37.21%
B=30.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681921560.1200.190.2510022.2268.24
HexA8C09CC01319641644
Octal250300234140233114426104
Binary1010100011000000100111001100010011110011100100101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C09C; }

 p { color: rgb(168,192,156); }

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

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

 a { background-color: rgb(168,192,156); }

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

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

 span { border-color: rgb(168,192,156); }

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