#A1C198

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

Shades of Spring Rain #A1C198

Tints of Spring Rain #A1C198

Color information

#A1C198 (or 0xA1C198) is unknown color: approx Spring Rain. HEX triplet: A1, C1 and 98. RGB value is (161,193,152). Sum of RGB (Red+Green+Blue) = 161+193+152=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 193 (75.78% from 255 or 38.14% from 506); Blue value is 152 (59.77% from 255 or 30.04% from 506); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C198 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C198 is #5E3E67. Grayscale: #B2B2B2. Windows color (decimal): -6176360 or 10011041. OLE color: 10011041.

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

Color convert

RGB161193152-
CMYK0.1700.210.24
HSL106.83º24.85%67.65%-
HSV(B)106.83º21.24%75.69%-
XYZ39.4447.9836.89-
YUV178.76112.9115.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.82%
GREEN value IS 193 (75.78% from 255) = 38.14%
BLUE value IS 152 (59.77% from 255) = 30.04%
R=31.82%
G=38.14%
B=30.04%

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
Decimal1611931520.1700.210.24106.8324.8567.65
HexA1C19811015186b1944
Octal241301230210253015331104
Binary10100001110000011001100010001010101110001101011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C198; }

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

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

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

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

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

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

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

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