#A1C498

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

Shades of Spring Rain #A1C498

Tints of Spring Rain #A1C498

Color information

#A1C498 (or 0xA1C498) is unknown color: approx Spring Rain. HEX triplet: A1, C4 and 98. RGB value is (161,196,152). Sum of RGB (Red+Green+Blue) = 161+196+152=509 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.63% from 509); Green value is 196 (76.95% from 255 or 38.51% from 509); Blue value is 152 (59.77% from 255 or 29.86% from 509); Max value from RGB is 196 - color contains mainly: green. Hex color #A1C498 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C498 is #5E3B67. Grayscale: #B4B4B4. Windows color (decimal): -6175592 or 10011809. OLE color: 10011809.

HSL color Cylindrical-coordinate representation of color #A1C498: hue angle of 107.73º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1C498 is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.

Color convert

RGB161196152-
CMYK0.1800.220.23
HSL107.73º27.16%68.24%-
HSV(B)107.73º22.45%76.86%-
XYZ40.1149.3237.11-
YUV180.52111.9114.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.63%
GREEN value IS 196 (76.95% from 255) = 38.51%
BLUE value IS 152 (59.77% from 255) = 29.86%
R=31.63%
G=38.51%
B=29.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1611961520.1800.220.23107.7327.1668.24
HexA1C49812016176c1b44
Octal241304230220262715433104
Binary10100001110001001001100010010010110101111101100110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C498; }

 p { color: rgb(161,196,152); }

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

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

 a { background-color: rgb(161,196,152); }

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

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

 span { border-color: rgb(161,196,152); }

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