#A1CA99

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

Shades of Spring Rain #A1CA99

Tints of Spring Rain #A1CA99

Color information

#A1CA99 (or 0xA1CA99) is unknown color: approx Spring Rain. HEX triplet: A1, CA and 99. RGB value is (161,202,153). Sum of RGB (Red+Green+Blue) = 161+202+153=516 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.20% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 153 (60.16% from 255 or 29.65% from 516); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CA99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CA99 is #5E3566. Grayscale: #B8B8B8. Windows color (decimal): -6174055 or 10078881. OLE color: 10078881.

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

Color convert

RGB161202153-
CMYK0.2000.240.21
HSL110.2º31.61%69.61%-
HSV(B)110.2º24.26%79.22%-
XYZ41.5752.1238.01-
YUV184.16110.42111.48-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.20%
GREEN value IS 202 (79.30% from 255) = 39.15%
BLUE value IS 153 (60.16% from 255) = 29.65%
R=31.20%
G=39.15%
B=29.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1612021530.2000.240.21110.231.6169.61
HexA1CA9914018156e2046
Octal241312231240302515640106
Binary101000011100101010011001101000110001010111011101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CA99; }

 p { color: rgb(161,202,153); }

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

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

 a { background-color: rgb(161,202,153); }

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

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

 span { border-color: rgb(161,202,153); }

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