#A1CC9B

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

Shades of Spring Rain #A1CC9B

Tints of Spring Rain #A1CC9B

Color information

#A1CC9B (or 0xA1CC9B) is unknown color: approx Spring Rain. HEX triplet: A1, CC and 9B. RGB value is (161,204,155). Sum of RGB (Red+Green+Blue) = 161+204+155=520 (68% of max value = 765). Red value is 161 (63.28% from 255 or 30.96% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 155 (60.94% from 255 or 29.81% from 520); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CC9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CC9B is #5E3364. Grayscale: #B9B9B9. Windows color (decimal): -6173541 or 10210465. OLE color: 10210465.

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

Color convert

RGB161204155-
CMYK0.2100.240.2
HSL112.65º32.45%70.39%-
HSV(B)112.65º24.02%80%-
XYZ42.2153.1339.04-
YUV185.56110.75110.48-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.96%
GREEN value IS 204 (80.08% from 255) = 39.23%
BLUE value IS 155 (60.94% from 255) = 29.81%
R=30.96%
G=39.23%
B=29.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1612041550.2100.240.2112.6532.4570.39
HexA1CC9B1501814712046
Octal241314233250302416140106
Binary101000011100110010011011101010110001010011100011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CC9B; }

 p { color: rgb(161,204,155); }

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

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

 a { background-color: rgb(161,204,155); }

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

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

 span { border-color: rgb(161,204,155); }

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