#A0C69F

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

Shades of Spring Rain #A0C69F

Tints of Spring Rain #A0C69F

Color information

#A0C69F (or 0xA0C69F) is unknown color: approx Spring Rain. HEX triplet: A0, C6 and 9F. RGB value is (160,198,159). Sum of RGB (Red+Green+Blue) = 160+198+159=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 198 (77.73% from 255 or 38.30% from 517); Blue value is 159 (62.5% from 255 or 30.75% from 517); Max value from RGB is 198 - color contains mainly: green. Hex color #A0C69F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C69F is #5F3960. Grayscale: #B6B6B6. Windows color (decimal): -6240609 or 10471072. OLE color: 10471072.

HSL color Cylindrical-coordinate representation of color #A0C69F: hue angle of 118.46º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A0C69F is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB160198159-
CMYK0.1900.200.22
HSL118.46º25.49%70%-
HSV(B)118.46º19.7%77.65%-
XYZ40.9550.3640.36-
YUV182.19114.91112.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.95%
GREEN value IS 198 (77.73% from 255) = 38.30%
BLUE value IS 159 (62.5% from 255) = 30.75%
R=30.95%
G=38.30%
B=30.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1601981590.1900.200.22118.4625.4970
HexA0C69F1301416761946
Octal240306237230242616631106
Binary10100000110001101001111110011010100101101110110110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C69F; }

 p { color: rgb(160,198,159); }

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

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

 a { background-color: rgb(160,198,159); }

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

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

 span { border-color: rgb(160,198,159); }

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