#A1C69F

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

Shades of Spring Rain #A1C69F

Tints of Spring Rain #A1C69F

Color information

#A1C69F (or 0xA1C69F) is unknown color: approx Spring Rain. HEX triplet: A1, C6 and 9F. RGB value is (161,198,159). Sum of RGB (Red+Green+Blue) = 161+198+159=518 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.08% from 518); Green value is 198 (77.73% from 255 or 38.22% from 518); Blue value is 159 (62.5% from 255 or 30.69% from 518); Max value from RGB is 198 - color contains mainly: green. Hex color #A1C69F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C69F is #5E3960. Grayscale: #B6B6B6. Windows color (decimal): -6175073 or 10471073. OLE color: 10471073.

HSL color Cylindrical-coordinate representation of color #A1C69F: hue angle of 116.92º 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 #A1C69F is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB161198159-
CMYK0.1900.200.22
HSL116.92º25.49%70%-
HSV(B)116.92º19.7%77.65%-
XYZ41.1550.4740.37-
YUV182.49114.74112.67-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.08%
GREEN value IS 198 (77.73% from 255) = 38.22%
BLUE value IS 159 (62.5% from 255) = 30.69%
R=31.08%
G=38.22%
B=30.69%

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
Decimal1611981590.1900.200.22116.9225.4970
HexA1C69F1301416751946
Octal241306237230242616531106
Binary10100001110001101001111110011010100101101110101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C69F; }

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

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

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

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

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

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

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

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