#A1CD96

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

Shades of Spring Rain #A1CD96

Tints of Spring Rain #A1CD96

Color information

#A1CD96 (or 0xA1CD96) is unknown color: approx Spring Rain. HEX triplet: A1, CD and 96. RGB value is (161,205,150). Sum of RGB (Red+Green+Blue) = 161+205+150=516 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.20% from 516); Green value is 205 (80.47% from 255 or 39.73% from 516); Blue value is 150 (58.98% from 255 or 29.07% from 516); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CD96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CD96 is #5E3269. Grayscale: #B9B9B9. Windows color (decimal): -6173290 or 9883041. OLE color: 9883041.

HSL color Cylindrical-coordinate representation of color #A1CD96: hue angle of 108º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1CD96 is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB161205150-
CMYK0.2100.270.20
HSL108º35.48%69.61%-
HSV(B)108º26.83%80.39%-
XYZ42.0353.4436.95-
YUV185.57107.92110.47-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.20%
GREEN value IS 205 (80.47% from 255) = 39.73%
BLUE value IS 150 (58.98% from 255) = 29.07%
R=31.20%
G=39.73%
B=29.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1612051500.2100.270.2010835.4869.61
HexA1CD961501B146c2346
Octal241315226250332415443106
Binary101000011100110110010110101010110111010011011001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CD96; }

 p { color: rgb(161,205,150); }

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

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

 a { background-color: rgb(161,205,150); }

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

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

 span { border-color: rgb(161,205,150); }

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