#A1C095

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

Shades of Spring Rain #A1C095

Tints of Spring Rain #A1C095

Color information

#A1C095 (or 0xA1C095) is unknown color: approx Spring Rain. HEX triplet: A1, C0 and 95. RGB value is (161,192,149). Sum of RGB (Red+Green+Blue) = 161+192+149=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 192 (75.39% from 255 or 38.25% from 502); Blue value is 149 (58.59% from 255 or 29.68% from 502); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C095 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C095 is #5E3F6A. Grayscale: #B1B1B1. Windows color (decimal): -6176619 or 9814177. OLE color: 9814177.

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

Color convert

RGB161192149-
CMYK0.1600.220.25
HSL103.26º25.44%66.86%-
HSV(B)103.26º22.4%75.29%-
XYZ38.9747.4535.54-
YUV177.83111.73116-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.07%
GREEN value IS 192 (75.39% from 255) = 38.25%
BLUE value IS 149 (58.59% from 255) = 29.68%
R=32.07%
G=38.25%
B=29.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611921490.1600.220.25103.2625.4466.86
HexA1C0951001619671943
Octal241300225200263114731103
Binary10100001110000001001010110000010110110011100111110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C095; }

 p { color: rgb(161,192,149); }

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

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

 a { background-color: rgb(161,192,149); }

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

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

 span { border-color: rgb(161,192,149); }

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