#A1C299

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

Shades of Spring Rain #A1C299

Tints of Spring Rain #A1C299

Color information

#A1C299 (or 0xA1C299) is unknown color: approx Spring Rain. HEX triplet: A1, C2 and 99. RGB value is (161,194,153). Sum of RGB (Red+Green+Blue) = 161+194+153=508 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.69% from 508); Green value is 194 (76.17% from 255 or 38.19% from 508); Blue value is 153 (60.16% from 255 or 30.12% from 508); Max value from RGB is 194 - color contains mainly: green. Hex color #A1C299 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C299 is #5E3D66. Grayscale: #B3B3B3. Windows color (decimal): -6176103 or 10076833. OLE color: 10076833.

HSL color Cylindrical-coordinate representation of color #A1C299: hue angle of 108.29º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1C299 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB161194153-
CMYK0.1700.210.24
HSL108.29º25.15%68.04%-
HSV(B)108.29º21.13%76.08%-
XYZ39.7448.4637.4-
YUV179.46113.07114.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.69%
GREEN value IS 194 (76.17% from 255) = 38.19%
BLUE value IS 153 (60.16% from 255) = 30.12%
R=31.69%
G=38.19%
B=30.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1611941530.1700.210.24108.2925.1568.04
HexA1C29911015186c1944
Octal241302231210253015431104
Binary10100001110000101001100110001010101110001101100110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C299; }

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

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

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

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

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

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

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

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