#A1CC9C

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

Shades of Spring Rain #A1CC9C

Tints of Spring Rain #A1CC9C

Color information

#A1CC9C (or 0xA1CC9C) is unknown color: approx Spring Rain. HEX triplet: A1, CC and 9C. RGB value is (161,204,156). Sum of RGB (Red+Green+Blue) = 161+204+156=521 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.90% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 156 (61.33% from 255 or 29.94% from 521); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CC9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CC9C is #5E3363. Grayscale: #B9B9B9. Windows color (decimal): -6173540 or 10276001. OLE color: 10276001.

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

Color convert

RGB161204156-
CMYK0.2100.240.2
HSL113.75º32%70.59%-
HSV(B)113.75º23.53%80%-
XYZ42.2953.1639.48-
YUV185.67111.25110.4-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.90%
GREEN value IS 204 (80.08% from 255) = 39.16%
BLUE value IS 156 (61.33% from 255) = 29.94%
R=30.90%
G=39.16%
B=29.94%

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
Decimal1612041560.2100.240.2113.753270.59
HexA1CC9C1501814722047
Octal241314234250302416240107
Binary101000011100110010011100101010110001010011100101000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CC9C; }

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

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

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

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

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

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

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

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