#A1CB9D

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

Shades of Spring Rain #A1CB9D

Tints of Spring Rain #A1CB9D

Color information

#A1CB9D (or 0xA1CB9D) is unknown color: approx Spring Rain. HEX triplet: A1, CB and 9D. RGB value is (161,203,157). Sum of RGB (Red+Green+Blue) = 161+203+157=521 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.90% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 157 (61.72% from 255 or 30.13% from 521); Max value from RGB is 203 - color contains mainly: green. Hex color #A1CB9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CB9D is #5E3462. Grayscale: #B9B9B9. Windows color (decimal): -6173795 or 10341281. OLE color: 10341281.

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

Color convert

RGB161203157-
CMYK0.2100.230.20
HSL114.78º30.67%70.59%-
HSV(B)114.78º22.66%79.61%-
XYZ42.1452.7239.85-
YUV185.2112.09110.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.90%
GREEN value IS 203 (79.69% from 255) = 38.96%
BLUE value IS 157 (61.72% from 255) = 30.13%
R=30.90%
G=38.96%
B=30.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1612031570.2100.230.20114.7830.6770.59
HexA1CB9D1501714731f47
Octal241313235250272416337107
Binary10100001110010111001110110101010111101001110011111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CB9D; }

 p { color: rgb(161,203,157); }

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

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

 a { background-color: rgb(161,203,157); }

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

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

 span { border-color: rgb(161,203,157); }

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