#A1C398

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

Shades of Spring Rain #A1C398

Tints of Spring Rain #A1C398

Color information

#A1C398 (or 0xA1C398) is unknown color: approx Spring Rain. HEX triplet: A1, C3 and 98. RGB value is (161,195,152). Sum of RGB (Red+Green+Blue) = 161+195+152=508 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.69% from 508); Green value is 195 (76.56% from 255 or 38.39% from 508); Blue value is 152 (59.77% from 255 or 29.92% from 508); Max value from RGB is 195 - color contains mainly: green. Hex color #A1C398 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C398 is #5E3C67. Grayscale: #B4B4B4. Windows color (decimal): -6175848 or 10011553. OLE color: 10011553.

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

Color convert

RGB161195152-
CMYK0.1700.220.24
HSL107.44º26.38%68.04%-
HSV(B)107.44º22.05%76.47%-
XYZ39.8848.8737.04-
YUV179.93112.24114.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.69%
GREEN value IS 195 (76.56% from 255) = 38.39%
BLUE value IS 152 (59.77% from 255) = 29.92%
R=31.69%
G=38.39%
B=29.92%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1611951520.1700.220.24107.4426.3868.04
HexA1C39811016186b1a44
Octal241303230210263015332104
Binary10100001110000111001100010001010110110001101011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C398; }

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

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

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

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

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

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

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

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