#A3CC9B

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

Shades of Spring Rain #A3CC9B

Tints of Spring Rain #A3CC9B

Color information

#A3CC9B (or 0xA3CC9B) is unknown color: approx Spring Rain. HEX triplet: A3, CC and 9B. RGB value is (163,204,155). Sum of RGB (Red+Green+Blue) = 163+204+155=522 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.23% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 155 (60.94% from 255 or 29.69% from 522); Max value from RGB is 204 - color contains mainly: green. Hex color #A3CC9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CC9B is #5C3364. Grayscale: #BABABA. Windows color (decimal): -6042469 or 10210467. OLE color: 10210467.

HSL color Cylindrical-coordinate representation of color #A3CC9B: hue angle of 110.2º 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 #A3CC9B is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.

Color convert

RGB163204155-
CMYK0.2000.240.2
HSL110.2º32.45%70.39%-
HSV(B)110.2º24.02%80%-
XYZ42.6153.3439.06-
YUV186.15110.42111.48-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.23%
GREEN value IS 204 (80.08% from 255) = 39.08%
BLUE value IS 155 (60.94% from 255) = 29.69%
R=31.23%
G=39.08%
B=29.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1632041550.2000.240.2110.232.4570.39
HexA3CC9B14018146e2046
Octal243314233240302415640106
Binary101000111100110010011011101000110001010011011101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CC9B; }

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

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

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

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

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

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

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

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