#A0C09D

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

Shades of Spring Rain #A0C09D

Tints of Spring Rain #A0C09D

Color information

#A0C09D (or 0xA0C09D) is unknown color: approx Spring Rain. HEX triplet: A0, C0 and 9D. RGB value is (160,192,157). Sum of RGB (Red+Green+Blue) = 160+192+157=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 192 (75.39% from 255 or 37.72% from 509); Blue value is 157 (61.72% from 255 or 30.84% from 509); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C09D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C09D is #5F3F62. Grayscale: #B2B2B2. Windows color (decimal): -6242147 or 10338464. OLE color: 10338464.

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

Color convert

RGB160192157-
CMYK0.1700.180.25
HSL114.86º21.74%68.43%-
HSV(B)114.86º18.23%75.29%-
XYZ39.4347.6139.01-
YUV178.44115.9114.85-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.43%
GREEN value IS 192 (75.39% from 255) = 37.72%
BLUE value IS 157 (61.72% from 255) = 30.84%
R=31.43%
G=37.72%
B=30.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601921570.1700.180.25114.8621.7468.43
HexA0C09D1101219731644
Octal240300235210223116326104
Binary10100000110000001001110110001010010110011110011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C09D; }

 p { color: rgb(160,192,157); }

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

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

 a { background-color: rgb(160,192,157); }

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

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

 span { border-color: rgb(160,192,157); }

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